AnnaK Posted February 20, 2020 Share Posted February 20, 2020 Site URL: http://www.kleindinst.at Hello! This is my website. When I look at the responsive mode of an iPad in landscape mode the menu (Work, About, Contact) has two rows, but there would be enough space for these three words in one row. It is not possible to change anything in the template settings (Template: Flores) and I also added some code to the website but if I take it out the menu behaves the same way - so it's not the custom code I added that makes the issue. Can you suggest any solution for this? 1. To enlarge the width of this space in general that everything is in one row. or 2. To make no text appear in the mobile view at all and switch to the menu icon with the three stripes directly? Thanks in advance, Anna Link to comment
tuanphan Posted February 20, 2020 Share Posted February 20, 2020 1. Add to Home > Design > Custom CSS @media screen and (min-width:768px) and (max-width:1024px) and (orientation:landscape) { [data-nc-container="right"] [data-nc-element] { margin-left: 0 ; } [data-nc-container="right"] [data-nc-element] * { font-size: 20px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.