MmikegFeb 3, 2017
How can i fix the menu so it stays on the same level with the logo?
Can I change the text size/padding when I i use the IPAD?
Thanks
Seb
2 replies · opened Feb 3, 2017
How can i fix the menu so it stays on the same level with the logo?
Can I change the text size/padding when I i use the IPAD?
Thanks
Seb
Hello,
This issue occurs when you have a Lot of Menu Items in the Primary Menu for the Available Width, so it is recommended to use the following CSS Codes to control their Font Size and Spacing in order to fit the Menu Items in one line:
.device-md #primary-menu ul li > a {
padding-left: 10px;
padding-right: 10px;
font-size: 12px;
letter-spacing: 0;
}This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Thanks!
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