Archived topic
Problem with a menú inside topbar widget mmerged with secondary navigation
10 replies · Started by Javier on September 23, 2020
Hi, I have this configuration:
- Secondary navigation set in top bar before header with right alignment
- Top bar set to merge with secondary navigation
- A widget in the Top bar with a menu
The problem is that the menu in the widget area is hidden, if I set the secondary navigation to align in the left, this menu appears.
Here you can see a screenshot.
Regards
Hi there,
can you set the secondary nav to align left so i can see what the issue is ?
Done, you can check it now.
Still not seeing it:

It's on the left.. the problem is that "Contacto" and "Ayuda" are in a menu inside a widget in top bar.
When secondary nav is aligned to the left the widget is shown on the right of the secondary navigation (all at the right of the screen).
When secondary nav is aligned to the right the widget is placed on the left of the screen of the page but it's hidden.
If I insert a text on the widget its ok, but the problem is when I select a menu widget.
Here You can see the difference:

Can you check the Font size in Customizer > Typography > Secondary navigation ?
It's set to 13 px:

I solved this issue with this css:
Specific for my menu id:
.secondary-nav-aligned-right .secondary-navigation .widget_nav_menu #menu-topbar-ayuda {
font-size: 13px;
}
But it can be general to the ul:
.secondary-nav-aligned-right .secondary-navigation .widget_nav_menu ul {
font-size: 13px;
}
Thanks for your help.
Apologies for the delay in responding - really glad to hear you found the CSS required to fix this. It looks as though this may be a 'bug' in our CSS which we will address for the next update. Thanks for bringing it to our attention.
Don't worry, I was out of my work hours. Perfect that you address for a next update.
Thanks for your time.
Thanks for that :) Have a good day!