Home › Forums › Jevelin Theme › Header scroll Lagging
Home › Forums › Jevelin Theme › Header scroll Lagging
Hi,
I recently updated my header and noticed that when I scroll down or up the bottom of the header extends the black. How can I get rid of this?
Hi @lorena.redzepovski,
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
.primary-desktop .sh-header-height, .primary-desktop .sh-header-height .sh-header { height: auto !important; }
Best regards,
Shufflehound team