This topic has 2 replies, 2 voices, and was last updated 8 years, 5 months ago ago by Jack Richardson
Hi guys,
How can I align the Categories in the top menu to the right hand side instead of centre. Like this. http://postimg.org/image/t80hvn3zf/
Thanks
Hello,
Try to use this code in Custom CSS for desktop section:
.navbar-collapse.collapse {
float: right;
}
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up