Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi. The menu is not responsive and at around 1170 pix drops down below logo.
I tried media query max width 1170 and reduce nav li padding and font size but it is not changing anything.
I have menu set to border under menu items and increased padding and font size in settings.
putnamsupdated.putnamslandscaping.com
Hello,
Please add this code into your custom css box:
@media (min-width: 980px) and (max-width: 1170px){
nav .menu > li {
padding-right: 9px !important;
padding-left: 9px !important;
}
nav .menu > li > a { font-size: 13px !important;}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.