Guest Posted July 2, 2020 Share Posted July 2, 2020 Site URL: https://www.oanadu.com/ Hello! How can I center Logo and navigation menu on Flatiron template? I want The logo on top and Navigation Menu below. I want the same for desktop and menu. Thank you! Link to comment
Solution tuanphan Posted July 2, 2020 Solution Share Posted July 2, 2020 Add to Home > Design > Custom CSS @media screen and (min-width:641px) { header#topBar { display: flex; justify-content: center; flex-direction: column; text-align: center; } .siteTitle { float: none !important; width: 100% !important; max-width: 100% !important; text-align: center !important; padding-bottom: 0 !important; padding-top: 5px !important; } ul#nav { max-width: 100% !important; width: 100%; padding-top: 0 !important; padding-bottom: 0 !important; } section#container { margin-top: 150px !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
Guest Posted July 2, 2020 Share Posted July 2, 2020 Thank you so much Tuanphan😀 It Works! Link to comment
stawberryey Posted September 9, 2021 Share Posted September 9, 2021 On 7/2/2020 at 11:13 AM, tuanphan said: Add to Home > Design > Custom CSS @media screen and (min-width:641px) { header#topBar { display: flex; justify-content: center; flex-direction: column; text-align: center; } .siteTitle { float: none !important; width: 100% !important; max-width: 100% !important; text-align: center !important; padding-bottom: 0 !important; padding-top: 5px !important; } ul#nav { max-width: 100% !important; width: 100%; padding-top: 0 !important; padding-bottom: 0 !important; } section#container { margin-top: 150px !important; } } I tried this code but nothing changed 😞 mikagu.me/work/instalment-only-card is it because I have other code that's 1) hiding the site logo from appearing 2) setting the box shadow? Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/9/2021 at 7:45 PM, stawberryey said: I tried this code but nothing changed 😞 mikagu.me/work/instalment-only-card is it because I have other code that's 1) hiding the site logo from appearing 2) setting the box shadow? Hi, You want logo (top) - nav (bottom). Can you enable logo? I don't see logo here 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