[Resolved] Align top bar container menu to right

Home Forums Support [Resolved] Align top bar container menu to right

Home Forums Support Align top bar container menu to right

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #852324
    Santa

    Hi! Created a top bar with the social icons and menu in it. When aligned right in layout, the social icons aligned, but my menu items are on the left. Is it possible to align them next to the social icons on the right side?

    #852372
    Leo
    Staff
    Customer Support

    Hi there,

    Do you want the menu on the right or left side of social icons?

    Let me know πŸ™‚

    #852373
    Santa

    Hi! On the left side would be great. Just like it is now, but next to the social icons.

    #852376
    Leo
    Staff
    Customer Support

    In that case, can you add the widgets in the opposite order (menu first then icons), then this CSS should work:

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

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

    Let me know πŸ™‚

    #852379
    Santa

    Thank you very much! πŸ™‚

    #852385
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #852788
    Santa

    Another question- is it possible to hide the top bar for posts?

    #852823
    Leo
    Staff
    Customer Support
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.