[Resolved] Header Widget centered

Home Forums Support [Resolved] Header Widget centered

Home Forums Support Header Widget centered

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

    Hello,

    on my website http://www.digitalewelt.at i have the problem that the widget menu in the header is not centered in height.

    So the text is at the top of the logo, from the height.

    Can you tell me what I have set wrong here.

    #1513391
    David
    Staff
    Customer Support

    Hi there,

    GP 3.0 should automatically align them if you set the Customizer > General > Structure to Flexbox.

    If you don’t to switch to flexbox then you can add this CSS:

    @media(min-width: 769px) {
        .inside-header {
            display: flex;
            flex-direction: row-reverse;
        }
        .header-widget {
            align-self: center;
            margin-left: auto;
        }
    }
    #1513636
    Stefan

    It worked with the Flexbox setting.

    #1513669
    David
    Staff
    Customer Support

    Glad to hear that

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