[Resolved] Display header widget on right side of the logo

Home Forums Support [Resolved] Display header widget on right side of the logo

Home Forums Support Display header widget on right side of the logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1475326
    skyder

    Hey there!

    Just installed the latest version of GeneratePress, and I’m loving the results so far!

    The only thing that seems to have broken in the transition from Float to Flexbox is the display of widgets on the header.

    I’d like to have my site logo aligned to the center, and the header widgets aligned to the right if possible.

    How should I proceed?

    #1475331
    Leo
    Staff
    Customer Support

    Hi there,

    Can you disable Autopimize so I can see the code better?

    #1475379
    skyder

    Sure, ready.

    Thanks for the help!

    #1475529
    Elvin
    Staff
    Customer Support

    Hi,

    You can try adding this CSS code.

    @media (min-width:769px){
    .header-widget{
    position:absolute;
    }
    /*remove auto margins*/
    aside#simple-social-icons-11 {
        margin-right: unset;
    }
    }
    #1475563
    skyder

    Perfect!

    It seems that solved it.

    Thanks for the help!

    #1475564
    Elvin
    Staff
    Customer Support

    Nice one, No problem.:)

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