Home › Forums › Gillion Theme › Decrease header padding
Home › Forums › Gillion Theme › Decrease header padding
How do I decrease the padding around the header logo area of my website so that the header looks narrow?
Hi @poojamitra88,
I hope you are well today and thank you for your question.
You can achieve 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 .sh-header-4 .sh-nav-container { padding-top: 0; padding-bottom: 0; }
Best regards,
Shufflehound team