In my extra elements section at the very top of my site, I have set up “Header Phone Number/Extra Info” on the top right and “Header Secondary Menu” on the top left. It looks great on desktop but on mobile, I would l like to two of them to be on one line like the desktop version (align left and align right) instead of stacking on top of each other
my site – https://baamgrf.com/
Thanks
Hey navindesigns,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
#header_meta nav.sub_menu, #header_meta .phone-info {
display: inline-block;
width: auto;
}
}
Best regards,
Rikard
I applied it but it still does not align properly.
screenshot – https://ibb.co/DQ9RZn6
Hi navindesigns,
Can you try adding this CSS code:
.responsive #header_meta .sub_menu>ul>li {
padding: 0 16px 0 0;
}
just below this code that Rikard provided:
@media only screen and (max-width: 767px) {
Hope it helps.
Best regards,
Nikko