HI!
my menu overlaps my logo if I reduce the screen size. ive tried options > Header > Mobile Menu and choose 990px in “Header Mobile Menu activation” section, and it does bet getter, but not entirely, so I need to make it like 1100px or something.
where can I change that?
thanks
Frnak
Hey Frank!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 10px !important; }
Regards,
Yigit
You guys rock!!