Forums
Home / Theme: Boxstyle / How turn off sticky menu
(@omanineyko119)
5 years, 8 months ago
How turn off “sticky style” menu in header of theme
(@alxmedia)
Try removing the following lines in header.php with a child theme:
Line 66:
<div id="header-sticky">
Line 90:
</div><!--/#header-sticky-->
And it should stop being sticky, I think.