Hi, I have created a language selection for the secondary menu and it works but breaks on different browser sizes. My CSS obviously needs a little help. When the browser gets smaller the text overlaps the flags and on the iPhone the menus splits into two lines. That is fine but the positioning of the text vs the flags does not look right.
The site is locked so I’ll post a login in a private message.
Hope you can help, thanks
/Michael
Hi!
Please add this on custom.css or Quick CSS:
@media only screen and (max-width: 767px) {
#menu-language-selection li {
width: 100px;
background-position: 73px 0px;
padding-top: 2px;
}
}
Cheers!
Ismael
Thank you Ismael, that solved my problem :-) You guys have the best support I’ve ever found on a theme.