IitzikfishelyDec 11, 2019
I mean, if I add items to the menu and it's too much for the navbar that it drops down to the other row
can I prevent that from happening?
thanks,
1 reply · opened Dec 11, 2019
I mean, if I add items to the menu and it's too much for the navbar that it drops down to the other row
can I prevent that from happening?
thanks,
Hello,
Unfortunately, no. You can only decrease the Font Size, Padding or Letter Spacing of the Menu Items manually using the following code:
#primary-menu ul li > a {
padding-left: 12px;
padding-right: 12px;
font-size: 12px;
letter-spacing: 0;
}Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard