Hi, as you can see here – https://www.screencast.com/t/Vqq92kqfX8G – the logo in blocking the menu. How can I move the logo to the left?
Hey DROR,
Add the following to quick css:
@media only screen and (max-width: 767px){
.responsive #top .logo {
float:left!important;
width: 0%!important;
}}
Best regards,
Jordan Shannon
Great, thanks!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon