Hi Again,
I’d like to raise a question regarding small screen and mobile- there’s an overlapping between the logo and the three stripes icon which represents the compact main menu. This also happens on medium size screens there’s an overlapping between main menu items with the logo.
Screenshot attached.
Would appreciate an alignment to the opposite direction / menu compaction.
Thanks!
Moshe.
Hey mooshonov,
Please provide a link to the site in question and perhaps we can solve this via css.
Best regards,
Jordan Shannon
Sure:
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
.responsive #top .logo{
width:100%!important;
}
.responsive #top .logo a{
float: left;
padding-right: 100px;
padding-top:20px;
}}
Best regards,
Jordan Shannon
Works!
Thanks a lot!
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon