Home › Forums › Jevelin Theme › Decrease space at top of page
Home › Forums › Jevelin Theme › Decrease space at top of page
Hi there,
I just need some help decreasing the space at the top of one of my pages. Most of my pages are fine, but this one has all this extra space at the top that I can’t seem to figure out how to remove. I have attached an image showing the space as indicated by the dotted line, and will forward you my URL also. Many thanks.
Barbara
Hi Barbara,
I hope you are well today and thank you for your question.
You can remove the space from that page by adding 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
.page-id-9751 .fw-page-builder-content > section.sh-section { padding-top: 0; }
Best regards,
Shufflehound team