[Resolved] Top Bar widget alignment

Home Forums Support [Resolved] Top Bar widget alignment

Home Forums Support Top Bar widget alignment

  • This topic has 8 replies, 2 voices, and was last updated 5 years ago by Leo.
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #847919
    Hazel

    Hi Guys
    Is there a solution to getting two top bar widgets aligned right? Thanks very much.

    #847932
    Leo
    Staff
    Customer Support

    Hi there,

    Can you try adding both images under the same widget area instead of two?

    Let me know ๐Ÿ™‚

    #847934
    Hazel

    It’s the standard GP top bar widget area and there only seems to be one of them.

    #847935
    Leo
    Staff
    Customer Support

    What I meant is that try to add the two images under one widget. It’s currently added as two widgets.

    #847937
    Leo
    Staff
    Customer Support

    You can do so using a Custom HTML widget.

    #848000
    Hazel

    Great. Thanks.

    #848129
    Leo
    Staff
    Customer Support

    Sorry another solution would be to use this CSS:

    .top-bar-align-right .inside-top-bar>.widget:nth-child(2) {
        float: none;
        margin-left: 10px;
    }
    #848983
    Hazel

    Thank you

    #849438
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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