Leeloo77 Posted May 28, 2021 Share Posted May 28, 2021 Site URL: https://www.laineylee.com Hello! I recently applied the following custom css to my Flatiron template website to set a max width for the content (I didn't like how it looked when the site width got too large). body { max-width: 2000px; margin: auto; } It worked beautifully, except now when the browser is very wide my logo is sliding off the page to the right and disappearing! Does anyone have a fix for this issue? Thank you! Link to comment
Solution tuanphan Posted May 30, 2021 Solution Share Posted May 30, 2021 On 5/29/2021 at 12:36 AM, Leeloo77 said: Site URL: https://www.laineylee.com Hello! I recently applied the following custom css to my Flatiron template website to set a max width for the content (I didn't like how it looked when the site width got too large). body { max-width: 2000px; margin: auto; } It worked beautifully, except now when the browser is very wide my logo is sliding off the page to the right and disappearing! Does anyone have a fix for this issue? Thank you! Add to Design > Custom CSS /* Fix logo on larger screen */ #navigator header#topBar { margin: 0 auto; left: 50%; transform: translateX(-50%); } 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
Leeloo77 Posted June 5, 2021 Author Share Posted June 5, 2021 Thank you so much tuanphan that worked perfectly!!! 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