Hi, I have a very small just that happens with navigating between slides on my site sliders. If I click on the first slider in the portfolio section, the one below it moves up slightly. Any help would be appreciated. Thanks!
http://bakhomedevelopment.com/#section2
Hi @lapinwebdesign,
Thank you for reaching out to us. To stop the jumping effect, try adding the following code in the Theme Options > CSS:
.x-slide p, .x-flexslider .x-slides img {
margin-bottom: 0 !important;
}
.x-flexslider .x-slides .x-slide {
max-height: 540px;
overflow: hidden;
margin-bottom: 0px;
}
Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!
Hi Nabeel, that did not seem to fix the issue. I did clear the cache.
Hi @lapinwebdesign,
It seems to be working and I don’t see any jumping, jumping is only normal on flex slider if the content has different heights, like image with different sizes. It’s not the same as revolution slider where images are converted to element background for scale.
Please clear your browser cache and test it again.
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.