pswigut Posted March 18, 2020 Share Posted March 18, 2020 Site URL: http://www.swigut.com Hello, How can I change navigation menu width ( Project menu) Currently its to narrow for my project titles and its making them 2 lines instead of just 1. Any help much appreciated. Thanks! Link to comment
tuanphan Posted March 18, 2020 Share Posted March 18, 2020 You mean dropdown menu?? Add this to Home > Design > Custom CSS @media screen and (min-width:641px) { #topNav .folder .folder-child-wrapper { min-width: 300px; } #topNav .folder .folder-child-wrapper ul.folder-child li a { width: 100%; } } 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
renscoolsdotcom Posted September 30, 2020 Share Posted September 30, 2020 tuanphan I used your code and it works like a charm! Although now I experience another problem: the dropdown menu isn't under the correct title anymore. I added a printscreen to show you the problem. The menu is currently underneath NEWS, but it should be underneath PROJECTS. Any idea on how to resolve this? Thanks in advance! Link to comment
tuanphan Posted September 30, 2020 Share Posted September 30, 2020 6 hours ago, renscoolsdotcom said: tuanphan I used your code and it works like a charm! Although now I experience another problem: the dropdown menu isn't under the correct title anymore. I added a printscreen to show you the problem. The menu is currently underneath NEWS, but it should be underneath PROJECTS. Any idea on how to resolve this? Thanks in advance! Can you share site url? We can check easie.r 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
renscoolsdotcom Posted October 1, 2020 Share Posted October 1, 2020 tuanphan The URL is http://www.gallerygallery.be. Link to comment
tuanphan Posted October 3, 2020 Share Posted October 3, 2020 On 10/1/2020 at 10:26 PM, renscoolsdotcom said: tuanphan The URL is http://www.gallerygallery.be. Add to Home > Design > Custom CSS #topNav .folder .folder-child-wrapper { position: absolute; left: 50%; z-index: 1100; padding-top: 18px; transform: translateX(-50%); margin-left: 0; } 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
renscoolsdotcom Posted October 12, 2020 Share Posted October 12, 2020 tuanphan It worked! Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.