Home › Forums › Basel support forum › menu on tablet landscape menu on tablet landscape This topic has 3 replies, 2 voices, and was last updated 7 years, 4 months ago by Eric Watson. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 11, 2017 at 9:11 am #17422 esthetisParticipant Hi, Unfortunately, the menu is too long on left tablet landscape (Samsung Galaxy Tab Pro) and some menu title are shown on the second line. Please let me know if we can reduce the gab or space between menu title August 11, 2017 at 12:38 pm #17427 Eric WatsonParticipant Hello, Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue. @media (max-width: 1510px) { .main-nav .menu > li > a{ padding-left: 9px; padding-right: 11px; font-size: 12px; } } And you need to reduce the logo to 180 pixels. You can do this in Theme Settings -> Header -> Logo -> Logo image maximum width Kind Regards XTemos Studio August 11, 2017 at 2:51 pm #17452 esthetisParticipant please specify whre I have to add this code. global css or tablet css? August 11, 2017 at 3:02 pm #17458 Eric WatsonParticipant You need to add the snippet to the Global Custom CSS. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register