Home › Forums › Jevelin Theme › Section Above The Title Need Smaller
Home › Forums › Jevelin Theme › Section Above The Title Need Smaller
Hello,
The homepage of my website has a right bar setting. When I put a right bar on the page, the top margins of the page are too long and I’m not finding a way in the settings to adjust it. See screenshot for what part of the page I want to make smaller. Is there general code I can put it the customized section in order to adjust that space?
Thanks!
Gracie
Hi Gracie,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where the space is displaying so that I can help you to remove it?
Best regards,
Shufflehound team
The website is not live yet. I have provided the information below.
Thanks for your help!
Gracie
Solution for this topic
You can reduce 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
#page-container #wrapper > .sh-page-layout-default { padding-top: 20px; }
This helps me out big time. Thank you so much!!
Gracie
You are most welcome here 🙂