Hi,
How can I make the menu to be on a single line and not wrap round.
Thanks
Eddie
propolis Hi Try this code in custom css
@media (min-width: 992px){ .nav-breakpoint-lg .header-block-2 .t4-navbar { flex: 0 0 76.6666666667%; max-width: 76.6666666667%;} .nav-breakpoint-lg .header-block-2 .navbar-brand { flex: 0 0 23.3333333333%; max-width: 23.3333333333%; }}
Hi Pankaj,
Thanks for reply. Could not get it working.
Just one question, where do i add the css code, in image 1 or 2.
propolis Hi Kindly add it via template option > edit custom css as in your first screenshot. The code will decrease the logo are width and increase the menu width.
Ninja
I have added the css and it seems to work