Hello-
On my homepage there is a very large gap below the rev slider. Can you please explain where this is coming from and how to get rid of it? I can not find it anywhere.
Thank you
Hello-
On my homepage there is a very large gap below the rev slider. Can you please explain where this is coming from and how to get rid of it? I can not find it anywhere.
Thank you
Hello Kim,
Please add this code in X > Theme Options > CSS:
.home .hentry {
margin-top: 0;
}
Hope this helps.
perfect thank you
You’re most welcome, Kim.
Hello again-
This is now happening on this page:
http://devv.rayrolando.com/experience-the-journey/
I also had to change the previous code to
.x-slider-container.below+.x-container.offset {
margin-top: 45px;
}
Because every other page didn’t have enough space.
I need the gap under the slider, globally, to not exist. But I also don’t want my content or page title to be squished at the top of a page in order to remove this space.
Please advise
Hi Kim,
Please update the given code provided above to this:
.home .hentry,
.page .hentry {
margin-top: 0;
}
Please do mind that further customization from here would fall outside of the scope of support that we can offer.
You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial
Thanks,
That worked, thanks again.
You are most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.