Hi,
I have a page that has an excessive amount of space between the title and the first element. How can I control this space?
TIA
Hi,
I have a page that has an excessive amount of space between the title and the first element. How can I control this space?
TIA
Hi @adventurer,
Thanks for reaching out.
The margin-top is the reason behind the space between the section you mentioned. You can add the following custom CSS code to the Page CSS to get rid of it.
.entry-content
{
margin-top:0 !important;
}
Please 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 really do not provide custom codes that mean we can’t fix it if it conflicts with something on your site nor will we enhance it.
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.