Reduce gap between heading and content/featured image


I have a big gap between the heading “Storytelling in Schools” and the content. How can I reduce that please.

Hello @lisacole1,

Thanks for writing to us.

To remove the gap you can use this custom CSS code under Theme Options —>CSS

 .page-template-default .x-container.offset {
margin: 0em auto;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you so much, I tried using the Inspector to find out where the code was but didn’t see that anywhere! I really appreciate your help.

You are most welcome @lisacole1

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.