index-corporate-4.html top menu mess up at certain screen sizes

2 replies · opened May 3, 2019

KkberosMay 3, 2019

index-corporate-4.html top menu mess up at certain screen sizes (tested in Chrome).

If you try this. It has quite a few top level Primary Navigation items but even when I took some out
http://kimberos.com/

If you take the screen and adjust it you can see it go wrong.

SSemicolon WebSTAFFMay 5, 2019

Hello,

This issue is caused because of the Full Width of the Header and as the Size of the Header decreases on Smaller Devices, the Logo and Menus adjust themselves accordingly to the available width which causes this. You can consider decreasing the Size of the Text in the Menu. Consider using the following CSS Code:

.device-lg #primary-menu ul li > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 12px;
    letter-spacing: 0px;
}

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkberosMay 8, 2019

Sorry just saw the response now (was no email notification). I have cut down the number of items and that seems to have worked. 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