Home › Forums › Jevelin Theme › Primay Header causes extra space on mobile
Home › Forums › Jevelin Theme › Primay Header causes extra space on mobile
The element <header class=”primary-mobile” style=”height: 169px;”> (the height varies) causes an extra space of 69px on my homepage for mobile devices. Can you please help me out?
Hi @iancdma,
I hope you are well today and thank you for your question.
You can resolve 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
header.primary-mobile { height: auto !important; }
Best regards,
Shufflehound team