cityzerofilms Posted October 3, 2020 Share Posted October 3, 2020 Site URL: https://www.cityzerofilms.com/ Hi there, Just looking for a way to remove the site title/logo and then the empty space that is left in the middle of the site navigation links. I've used this CSS to remove the site title with success: <style> .site-title, .site-tagline { visibility: hidden; } </style> I just need to remove the space in the middle that is left when there's no logo/site title. Link to site: https://www.cityzerofilms.com/ *Logo is there as a placeholder for the time being because the empty space looked weird. Any help is much appreciated. Thanks! Link to comment
Solution tuanphan Posted October 4, 2020 Solution Share Posted October 4, 2020 Add to Home > Design > Custom CSS div#logoWrapper { margin-right: 0 !important; left: 0 !important; transform: unset !important; width: 0 !important; visibility: hidden; } .index { margin-left: 0 !important; margin-right: 0 !important; } creedon 1 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
cityzerofilms Posted October 4, 2020 Author Share Posted October 4, 2020 Thanks for sharing your knowledge. You're an absolute wizard. Cheers! 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