hilaryb Posted July 30, 2022 Share Posted July 30, 2022 Site URL: http://hilarybeckwith.com/ I've used CSS to make the links at the top of my landing page divided, so that some appear to the left of my logo, and some to the right. The links on the RIGHT seem to stay in one line, no matter how big or small the window, but the links on the LEFT only stay in line if the window is nearly maximized. Is there a way to correct this so that the links on the LEFT stay in line when the window is resized? Link to comment
tuanphan Posted July 31, 2022 Share Posted July 31, 2022 Try adding to Design > Custom CSS .header-nav-list { flex-wrap: nowrap !important; } 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
hilaryb Posted August 3, 2022 Author Share Posted August 3, 2022 On 7/30/2022 at 7:35 PM, tuanphan said: Try adding to Design > Custom CSS .header-nav-list { flex-wrap: nowrap !important; } This worked, thank you! Can you please help with another issue? This only happens sporadically, and I hired an expert recently to resolve it, but she could not replicate the issue. Sometimes my site loads with a large area of empty/blank space to the RIGHT of the main content. Can you help me figure out where that issue is, and how to resolve it? Link to comment
tuanphan Posted August 5, 2022 Share Posted August 5, 2022 On 8/4/2022 at 1:03 AM, hilaryb said: This worked, thank you! Can you please help with another issue? This only happens sporadically, and I hired an expert recently to resolve it, but she could not replicate the issue. Sometimes my site loads with a large area of empty/blank space to the RIGHT of the main content. Can you help me figure out where that issue is, and how to resolve it? Try removing Summary Block & check again. I often see it appear when using Summary Block. Of course you can also use this code to remove that blue space body {overflow-x: hidden;} 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
Create an account or sign in to comment
You need to be a member in order to leave a comment