Archived topic
Secondary menu float right problem
3 replies · Started by johnaps on September 21, 2019
Hello!
I am trying to put my secondary menu to the right of my search bar. I have tried in costumizer to set secondary menu to "float left" and it appears where i want it , in costumizer, but when i check in my live page sec menu is stuck left of everything else (sec menu < logo < search bar). I want them to be in the following order (logo < search bar < sec menu).
One more question is if there is a way to implement a third menu?
http://staging-sofianosorthopedikagr.kinsta.cloud
Thank you for your time!
Hi there,
that Site uses some Additional CSS to position the search bar.
Add this CSS to move the Secondary Navigation to the right:
.secondary-navigation {
order: 3;
}
Thank you very much!!
You're welcome