The help I need is pretty much the same as in my previous thread. https://theme.co/forum/t/make-page-with-rev-slider-envira-gallery-full-width-and-remove-margins/29434 I need to remove white space above rev slider. I have already added fullwidth-and-flat
as a custom body class to the particular page, but not sure about the rest, in terms of global CSS for that page itself. The site isn’t live yet so please see secure note. Thank you.
Hi @fantasy_5,
Thanks for reaching out.
I have checked your given page URL and found that the section
name Introduction
has a top padding of 45px
which is a reason for space above. Also, I added the following code to suppress the margin and padding to remove that gap.
I have cloned the page and created a test page to experiment and it works. I removed the padding-top from the Introduction section as described in the below screenshot.
I have also added the following code, which you need to add in the page-specific CSS section
.x-container.offset
{
margin-top:0px !important;
}
.entry-wrap
{
padding-top:0px !important;
}
Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We do not provide support for custom codes that means we can’t fix it in case it conflicts with something in your site nor will we enhance it.
Thanks
Thanks so much! That did the trick. You are one smart cookie.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.