Home › Forums › Jevelin Theme › Disturbing space on titlebar
Home › Forums › Jevelin Theme › Disturbing space on titlebar
http://joaquinestevan.com/videos/
In all of my pages there is a huge blank space on between the titlebar and the content.
Can this be removed? Is there any opcion to solve this?
Solution for this topic
Hi @joaquinestevan,
I hope you are well today and thank you for your question.
It seems the space is created by top padding added to section element so please remove it as described in the following topic.
https://support.shufflehound.com/forums/topic/strange-padding-above-body-text/#post-16109
If it still displays for you then try 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
.fw-page-builder-content > .sh-section { padding: 0; }
Best regards,
Shufflehound team
Thank you it worked š
You are most welcome here š