Archived topic
I need help restructuring my site nav on Desktop for "logo + search + menu
3 replies · Started by Cristiano on May 22, 2022
Viewing posts 1–4 of 4
I need assistance with rearranging in Desktop version search bar such that it appears in the following order:
logo + search bar + Menu
I submitted my website in the restricted area.
Thank you for your assistance.
Hi Cristiano,
Here is a CSS you may add in Appearance > Customize > Additional CSS to achieve as such on Desktop:
@media (min-width: 1025px) {
nav#site-navigation {
order: 1;
}
.site-logo {
margin-right: auto
}
}
Kindly let us know how it goes. :)
Fernando, It works! Thank you very much!!
You’re welcome Cristiano! Glad that worked! :)
This archived topic is closed to new replies.