Site logo

[Resolved] How can i move all the widgets of top-ba to right side only in computer screen

Home Forums Support [Resolved] How can i move all the widgets of top-ba to right side only in computer screen

Home Forums Support How can i move all the widgets of top-ba to right side only in computer screen

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1501100
    Anonymous

    Hi, I would like to move all the items of top bar, to right side, only in computer screen.
    Thank you 🙂

    #1501130
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    @media(min-width: 769px) {
        .top-bar-align-center .widget:last-child {
            margin-right: 40px;
        }
    }

    The 40px defines how far off the right hand side of the screen it sits.

    #1501165
    Anonymous

    Thank you very much David! 🙂

    #1501176
    David
    Staff
    Customer Support

    You’re welcome

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