Home › Forums › Jevelin Theme › Remove empty space above portfolio?
Home › Forums › Jevelin Theme › Remove empty space above portfolio?
Hi there,
Another quick question for you – is it possible to remove the empty space pictured in the attachment, so that the portfolio slider/menu appears right under the header? Thanks!
Hi @martinjonson,
I hope you are well today and thank you for your question.
You can remove it 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
#content > .fw-page-builder-content > .sh-section { padding-top: 0; }
Best regards,
Shufflehound team