Site logo

Archived topic

Can we have both top bar widgets on the right?

7 replies · Started by Weatherly on August 11, 2021

Viewing posts 1–8 of 8

We have a menu in one, and a social media widget in the other. One always seems to go left but the other goes right. Is there a way to have them both on the right side?

Listing it in private info...its a dev site but you can see it.

Hi Weatherly,

Give this CSS a try:

.top-bar aside#nav_menu-3 {
    margin-left: 0;
}
.top-bar aside#lsi_widget-3 {
    margin-left: auto;
}

Let me know :)

Perfect! Thank you!

You are welcome :)

This code seems to have stopped working suddenly. Any suggestions?

I answered in your other topic :)

This archived topic is closed to new replies.