Hi,
I have problem with the top menu in responsive:
I need the languages and a phone number will be the same row
you can see here screen shot:
here is the site:
https://www.ibamarkets.com/
Thanks!!!!
Hi Lev!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
#header_meta nav, #header_meta .phone-info {
width: auto !important;
display: inline-block;
}
#header_meta nav, #header_meta .phone-info {
width: auto !important;
display: inline-block;
}
}
Regards,
Elliott
Thanks Elliot its look amazing!!!