Archived topic
RTL sticky navigation issue
7 replies · Started by Alon on February 16, 2023
Hello.
When sticky navigation is activated the sticky navigation menu aligned to the left (next to the logo) and not as it should be.
Please check it at brk.co.il.
Thank you in advance.
Hi Alon,
For clarity, how exactly would you like it to look like?
Hello Fernando and thank you for your quick reply.
I would like it to look like the main navigation itself.
I have no idea why the main menu change it place.
Thank you in advance.
Do you want something like this for instance?: https://share.getcloudapp.com/OAu2pGQz
Yep.
Try adding this through Appearance > Customize > Additional CSS:
nav#sticky-navigation .menu-bar-items {
margin-right: unset;
}
nav#sticky-navigation div#primary-menu {
margin-right: auto;
}
Amazing...
Thank you very much for your great support!
You're welcome, Alon!