Home › Forums › Weaver Xtreme Theme › Search Icon Problems in Menu Bar › Reply To: Search Icon Problems in Menu Bar
May 4, 2022 at 20:03 UTC - Views: 17
#70731
Moderator
The rules I gave you are to be added if you want to keep the spacing the way it is above 345px
If you would rather apply it all the time, you can just change the values in your existing rules
replace
.is-mobile .menu-toggle-button {width:5em;}
by
.is-mobile .menu-toggle-button {width:3.5em;padding-left:0;}
and replace
.menu-search {margin-left:2em;}
by
.menu-search {margin-left:1em;}