Hi there, is there any quick CSS you can give me to right align the main nav?
Thanks!
Hi there, is there any quick CSS you can give me to right align the main nav?
Thanks!
Hi brucegamble,
Try to add this code:
#menu-main-menu {
float: right;
margin-right: 60px;
}
or, if that doesn't work, try this one:
#menu-main-menu {
float: right !important;
margin-right: 60px !important;
}
Just adjust the margin-right value so the menu won't collide on the element on the right. Hope this helps. :)
Regards,
Ismael
Thanks for your help!
I have tried both in the quick css section of Theme options and neither appears to work.
Any other suggestions?
Hi,
This should work
.menu-main-menu-container {
float: right;
}
.cart_dropdown {
left: 0;
}
Regards,
Ismael
Worked perfectly, thanks!
Hi brucegamble,
Glad it worked. :)
Cheers,
Ismael
This topic has been closed to new replies.