Archived topic
Can we have both top bar widgets on the right?
7 replies · Started by Weatherly on August 11, 2021
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?
Hi there,
Any chance you can link us to the site in question?
You can use the private information field:
https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
Let me know :)
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 :)