Tagged: menu, responsive
My header gets squished where the logo gets overlapped by the menu rather than being responsive. Any ideas? Thanks in advance! -Jack
https://www.dropbox.com/s/rxqrzjio7ewx02h/SNN_HeaderSquish.pdf?dl=0
Hey SeattleNanny97!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1240px) and (min-width: 990px) {
#top #header .av-main-nav > li > a {
font-size: 14px;
padding: 0 7px;
}
.logo * {
max-width: 88%;
top: 5px;
}}
Cheers!
Yigit
Thanks Yigit! Works like a charm. -Jack