Guest Posted March 25, 2020 Share Posted March 25, 2020 I'd like to use the option of the header which stacks the logo on top and nav links underneath. But my nav titles are a bit long and there are a few of them so I want widen the container so it's doesn't stack them too. Just to have on one line.. Does anyone know how to do this? Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 Can you share link to your site? I can take a look 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
Guest Posted April 17, 2020 Share Posted April 17, 2020 Adding this to css worked for me. You have to use the media rule, otherwise your mobile bars get moved. @media screen and (min-width: 990px){ .header-layout-branding-center-nav-center .header-title-nav-wrapper { flex: 0 0 100%;} } Basically you are changing the branding width to 100% instead of 50%. Hope that helps. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.