[Resolved] NEED WIDGETS ON LEFT SIDE OF HEADER NOT JUST RIGHT SIDE

Home Forums Support [Resolved] NEED WIDGETS ON LEFT SIDE OF HEADER NOT JUST RIGHT SIDE

Home Forums Support NEED WIDGETS ON LEFT SIDE OF HEADER NOT JUST RIGHT SIDE

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #780011
    George

    Hi,

    I need to see if there is a way for me to be able to put some widgets on the left side of my header and not just the right side. as i would like to have them on both sides.

    #780102
    Leo
    Staff
    Customer Support

    Hi there,

    We can try using CSS flexbox.

    Can you add all the widgets in first and let me know which one you want on the left?

    #780109
    George

    i need the 2 for facebook & twitter on the left and the 2 for instagram and google plus on the right.

    #780279
    Leo
    Staff
    Customer Support

    Ok can you add Facebook and Twitter as one widget and Instagram and Google plus as another widget?

    #780293
    George

    ok. that is done.

    #780295
    Leo
    Staff
    Customer Support

    Sorry – my original thought doesn’t work.

    Can you add the logo image as a header widget too?

    Then it should work.

    Let me know πŸ™‚

    #780305
    George

    No. That doesn’t work πŸ™

    #780310
    Leo
    Staff
    Customer Support

    Not yet πŸ™‚

    Now remove the logo in Site Identity:
    https://docs.generatepress.com/article/adding-header-logo/

    Then add this CSS:

    .header-widget {
        float: none;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #responsive_lightbox_image_widget-7 {
        margin: auto;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #780320
    George

    WOOOOOOO!!!! That worked like a charm… Oh Yea, i really am loving this with you all. πŸ™‚

    #780346
    Leo
    Staff
    Customer Support

    Glad to hear πŸ™‚

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