Hello! I am getting a space between the bottom of the heading and the top of the slider I’m making in The Grid. I checked the margin/padding on the section, row and column and that’s not it. I have page names disabled as well. I’m still getting a gap. The Revolution Slider seems to have help on this topic, but I don’t see if for The Grid. My site is https;//ocfr.news
Hi @jenniferljl,
Thanks for reaching out.
It seems some mirgin and padding is affecting into different selector, we found a margin of 40px on .x-container.offset class and a padding of 60px on .entry-wrap class.
Please add the below-given code to get rid of the space you are getting.
.x-container.offset
{
margin:0px;
}
.entry-wrap
{
padding-top:0px;
}
Remember that the above code will work if copied as it is and don’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
Is this margin and padding you are seeing in the header or in the body of the template? I am using the Pro theme.
Hello @jenniferljl,
You have selected your slider layout to be fullwidth yet you are using the default page template. And that is why you have a gap in between the navigation header and the slider because the default page template has a container that has margins and paddings around the content area. To get your issue resolved, you will need to change the default page template to Blank - No Container | Header, Footer template instead.
You will have to edit your page and in the Page editing screen, change the page template to Blank - No Container | Header, Footer.
You can find it in the Page Attribute meta box:
And if you are editing in Cornerstone, find the Gear icon so that you can get to the Page Settings.
To know more about the different page templates in the theme, please check this out:
Please let us know if this works out for you.
YES!! This answer was so much more helpful. Thank you. Looks great now! Yay! I’ll have to make a note of this because every time I make a new website I have this question.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.

