Home › Forums › Jevelin Theme › Delete white space on top of page
Home › Forums › Jevelin Theme › Delete white space on top of page
Hi @equwin,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that I can help you to delete it?
Best regards,
Shufflehound team
Hi Support Service,
the page is: https://equwin.com/philosophie/, there are more subpages where you can see the white space as well.
Thank you for your help,
Alissa
When I visit your shared URL then I just get blank page.
Please advise.
Hi Support team, there was a problem with the page, now equwin.com
should be working again. Can you please check it and give advice on how to reduce the white space on top of pages such as the site Philosophie?
Thank you for your help and kind regards,
Alissa
You can remove the space by adding any of the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.fw-page-builder-content > .sh-section:first-child { padding-top: 0; }
#wrapper > .content-container.sh-page-layout-default { padding-top: 0; }