Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi Support,
I am using the large menu (larger the size of header I guest) so it drop down to the slider when it viewed on iMac portrait. Is there any way to put the menu as a shortcut as the mobile view on the right side, stated near search icon?
Thanks,
Hello,
You can reduce the menu items padding via css, to fit the width of your screen. If you send us your site’s url, We can help you with the correct css code.
Best regards!
Thanks for your answer but if we reduce the padding to zero, and I see it not good to recognise our menu in the header. I think you have a numerus solution to do it better. Our site is https://www.aisvietnam.com/
BTW, can you help us checking our site in IE and Chrome, because our staff checking in different browser and its displays in different way although it’s totally the same content and code.
IE view
Chrome view:
Thanks,
Hello,
Please add this code into your custom css box:
@media (max-width: 1145px){
#logo { margin-left: -45px; }
}
@media (max-width: 1100px) {
#header #navigation { display:none; }
.mobile_small_menu { display: block;}
#logo { left: 50%; position: relative;}
}
If the issue persists, send us your wp credentials in a private reply. So we can give it a closer look.
Best regards!
You must be logged in to reply to this topic.