Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #222104

    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

    #222105
    This reply has been marked as private.
    #222135

    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

    #222285

    Thank you Ismael, that solved my problem :-) You guys have the best support I’ve ever found on a theme.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Language selection with flags’ is closed to new replies.