[Resolved] top bar right align with multiple widget

Home Forums Support [Resolved] top bar right align with multiple widget

Home Forums Support top bar right align with multiple widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #910586
    Alexis

    HI,
    I’m trying to align two widget (lightweight social share and polylang’s langugage icon) on my top bar.
    However, one is on the right side and the other on the left side, though I want them both aligned on the right side.
    Could you please advise me on how to do this?

    thanks !

    #910859
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    .top-bar-align-right .inside-top-bar > .widget:nth-child(even) {
        float: none;
    }

    Let me know ๐Ÿ™‚

    #910959
    Alexis

    Great !
    that worked perfectly.
    thank you very much !

    #911319
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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