Hi There. Worm here again. This theme is so awesome I can’t believe it! Thank you for all you do.
I have the secondary menu active. By default this pushes all the text menu items to the left for desktop but centers them when viewed in a smaller browser window. Can you please share some quick css with me that will center the selections of my secondary menu so they are dead center above the main menu?
I searched your enormous help forum for over an hour and yet to find an answer to this simple request.
Thanks in advance. I have my site almost ready! Just need this fix to center the contents of what I believe is the avia2-menu?
Hey wormwoody,
Thanks for the kind words :-)
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi,
Try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1440px) {
#header_meta .container {width: 51% !important; }
}
@media only screen and (min-width: 989px) and (max-width: 1439px) {
#header_meta .container {width: 71% !important; }
}
Best regards,
Mike
Hi Mike! Thank you my friend! Works perfectly.