Tagged: navigation
I’d like the last main nav item to be right aligned…just like when you check the box to add the search feature element to the navigation.
Is this possible?
Hi endoradigital!
Please insert the following into your custom css section:
#menu-item-3269 {
left: 483px !important;
}
Regards,
Dake
Thank you so much. I had thought of that, but how can I also make the left adjust responsively? I tried % and I tried em, but neither worked.
Hi!
Please change the code to following one
li#menu-item-3269 {
float: right;
}
Best regards,
Yigit
Perfect thank you!