Him Posted August 5, 2023 Posted August 5, 2023 I have used the Cinnamon template and my header menus only take fixed width that is smaller than the content width. If I add any additional menu, it starts to go into the second line. How can I increase the width of my menu area for the desktop?
derricksrandomviews Posted August 5, 2023 Posted August 5, 2023 (edited) This custom css should help with that It gets rid of the reserved space in the header. nav.header-nav-list { flex-wrap: nowrap; } .header-title-nav-wrapper { flex: 100% !important; margin-left: 0 !important; } .header-display-desktop { flex-direction: column; justify-content: center; } Edited August 5, 2023 by derricksrandomviews
Him Posted August 6, 2023 Author Posted August 6, 2023 Thank you very much. However, when I add this code the medium and LinkedIn icons come in the center and push the page down. Any way to fix that? All I want is to increase the space available for navigation menu links on https://www.joyful.design/
tuanphan Posted August 6, 2023 Posted August 6, 2023 Use this code instead nav.header-nav-list { flex-wrap: nowrap; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment