[Resolved] Header Widget to Right of Logo

Home Forums Support [Resolved] Header Widget to Right of Logo

Home Forums Support Header Widget to Right of Logo

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #151346
    Maziar

    Hi,

    Are there any (css-based) ways of positioning header widget to the right of the logo? the header-widget div is by default floated to the right, and floating it to the left does not achieve what I need since it places it to the left of the logo.

    I am using a search widget in the header widget and would like to have it sit on the right of the logo (the menu is floating to the right).

    Any help is appreciated

    #151350
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    So are you wanting your header widget to show up right next to your logo instead of all the way on the right?

    #151362
    Maziar

    Hi,

    Maybe this explains it better:
    http://i65.tinypic.com/2vajokm.jpg

    Thanks

    #151444
    Tom
    Lead Developer
    Lead Developer

    Try this CSS:

    .header-widget {
        float: none;
        display: inline-block;
    }
    
    .site-logo,
    .site-branding {
        float: left;
    }

    Adding CSS: https://generatepress.com/knowledgebase/adding-css/

    #151468
    Maziar

    Works perfect.
    Thank you for writing up the code to do the trick.

    #151576
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

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