Archived topic
Top bar space and menu
6 replies · Started by Diego Fernando on March 21, 2017
Hello Tom.
Please, help me.
I had three text widget but one of them is located left side and I want it in right side, together the others. (Figure 1). How can I set it together the other 2 widgets in right side?
Figure 1: http://imgur.com/a/408SP
This is the configuration in widgets:
Figure 2: http://imgur.com/2fd6i2K
This is configuration of spacing of top bar:
Figure 3: http://imgur.com/nMLxqPJ
Before that situation, I've put these three items in a custom menu. So I created a new menu and I put it like a widget in top bar, but when I updated, the menu didnt appear, I didnt' see the arrow who show elements of this menu.
For this reason, I have these three items like I show you in figure 1. Can you help me please. may be there are something I'm doing bad.
Hi Diego,
Can you give this CSS a shot?
.top-bar-align-right .inside-top-bar>.widget:nth-child(even) {
float: none;
margin-left: 10px;
margin-right: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi Leo. Thanks for the support.
I copyied ndd pasted the code in simple css, it didn't work.
Are you using a caching plugin? If so can you clear it/turn it off to see if it works?
By default the widgets are told to space each other out evenly on each side of the top bar.
The CSS Leo provided should work - any chance you can link us to your site?
Tom, Leo. Thanks a lot. I could to solve problem.
Awesome :)