Hi,
My secondary menu is two lines on portrait tablets and I would need it on one line, like on landscape tablets and desktops.
Could you please help me?
If needed, you can find a link and credentials to my website in private content.
Thanks a lot!
Hi guys,
Any help on this?
Thank you very much! ;-)
Hi,
Sorry for the late reply. I’m not sure I understand the problem you are having, could you post a screenshot highlighting it please?
Best regards,
Rikard
Hi Rikard,
Thanks for your reply.
Sure! So on Screenshot 1 my menu on portrait tablets and what I need to move.
There is enough space to display phone number area and secondary menu on the same line, like on Screenshot 2 (menu on desktop). So this is what I would like to achieve.
Hi,
I added following code to bottom of Quick CSS field
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive .phone-info,
.responsive #header .sub_menu {
width: auto;
}
.av_secondary_right .sub_menu {
right: 0;
position: absolute !important;
top: 0;
}
}
Please review your website :)
Best regards,
Yigit
Hi Yigit,
It works correctly!
Thanks a lot for your help!! :-)