How do we move the main nav to the right so it’s closer to the shopping cart?
This topic has 7 replies, 3 voices, and was last updated 8 years, 7 months ago ago by Eva Kemp
How do we move the main nav to the right so it’s closer to the shopping cart?
Hello,
Please use this code in Global Custom CSS
.menu {
text-align: right;
}
Regards,
Robert Hall
If we want to move it even further to the right would we use margin-right: 700px?
Sorry, margin-left: 700px;?
Please use my code above and the following also
.home .header-type-3 .header .navbar-right {
width: 70px !important;
}
Regards,
Robert Hall
Thank you.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Move main nav’' has been successfully resolved, and the topic is now closed for further responses