[Resolved] Topbar widget

Home Forums Support [Resolved] Topbar widget

Home Forums Support Topbar widget

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

    Hi Support,

    I have a topbar with Polylang flags in it. With the navigation and the topbar the header part becomes a bit too high.
    Is it possible to push the flags down a bit so that they become part of the white site-header area?
    Thanks!

    #2038358
    David
    Staff
    Customer Support

    Hi there,

    you could use a little CSS to absolute position them over the header:

    @media(min-width: 769px) {
        .top-bar {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 100;
        }
    }
    #2038366
    Petri

    Thanks David, that solved it.

    #2039144
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.