Jdiego542 Posted November 29, 2022 Share Posted November 29, 2022 I recently found some coding to split our navigation on either side of the logo - however, whenever the site is displayed on a smaller computer now or a smaller window - the navigation collapses too close to the logo, and also carries over to the second line. Is there any way to make this so the navigation spacing is reduced or the edge limits as to how wide the navigation can go before jumping to a second line can be widened? Any help would be greatly appreciated! Attaching photo's of the issue. Thank you! Here's the current code i was using /*Make split navigation*/ .header-nav { position: absolute; top: 60px; bottom: 0; margin-top: 1!important; margin-left: 0px!important; } .header-nav-item:nth-of-type(3) { margin-right: 440px!important; } .header-title-logo a { z-index: 1000; position: relative; } /* remove page width limit */ #page .content-wrapper { max-width: 100% !important; } Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 Just solved a similar question. If you change Header Layout to Left Nav - Middle Logo then share url, we can give another code to achieve split layout. Reference: 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!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment