Update
This commit is contained in:
parent
73fb75c3fd
commit
32c3a3da9a
@ -587,6 +587,9 @@ jQuery( document ).ready( function ( $ ) {
|
||||
success: function ( data ) {
|
||||
if ( data ) {
|
||||
$content.html( data );
|
||||
$( 'html, body' ).animate( {
|
||||
scrollTop: $( '.ajax-load-properties' ).offset().top - 100
|
||||
}, 500 );
|
||||
}
|
||||
}
|
||||
} );
|
||||
@ -599,6 +602,9 @@ jQuery( document ).ready( function ( $ ) {
|
||||
success: function ( data ) {
|
||||
if ( data ) {
|
||||
$content.html( data );
|
||||
$( 'html, body' ).animate( {
|
||||
scrollTop: $( '.ajax-load-properties' ).offset().top - 100
|
||||
}, 500 );
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
@ -4002,3 +4002,10 @@ header#masthead {
|
||||
background: #2f73e9;
|
||||
position: absolute;
|
||||
top: 0; }
|
||||
|
||||
.type-opalestate_property {
|
||||
margin-bottom: 30px;
|
||||
background-color: #FFF;
|
||||
border: solid 1px #ebebeb;
|
||||
position: relative;
|
||||
}
|
||||
|
@ -670,3 +670,10 @@ header{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.type-opalestate_property {
|
||||
margin-bottom: 30px;
|
||||
background-color: #FFF;
|
||||
border: solid 1px #ebebeb;
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user