Site logo

Archived topic

Align top bar container menu to right

7 replies · Started by Santa on March 28, 2019

Viewing posts 1–8 of 8

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?

Hi there,

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

Let me know :)

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

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 :)

Thank you very much! :)

No problem :)

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

This archived topic is closed to new replies.