livingacres Posted June 20 Share Posted June 20 Hi there, I want to increase the space between the logo and the navigation links in the header. The navigation links themselves are spaced nicely, but the logo is just a bit too close - I want it further to the left hand side. I can't find a way to do it with the editing functionality, so hoping there might be something I can enter in Custom CSS? Thanks in advance! Link to comment
tuanphan Posted June 22 Share Posted June 22 Hi, What is your site url? We can check easier 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
livingacres Posted June 24 Author Share Posted June 24 On 6/22/2023 at 5:42 PM, tuanphan said: Hi, What is your site url? We can check easier https://www.livingacres.com.au/ Link to comment
tuanphan Posted June 24 Share Posted June 24 2 hours ago, livingacres said: https://www.livingacres.com.au/ Add this to Design > Custom CSS div.header-title-logo { text-align: left; } 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
livingacres Posted June 24 Author Share Posted June 24 5 hours ago, tuanphan said: Add this to Design > Custom CSS div.header-title-logo { text-align: left; } Thanks! This code takes the logo all the way to the left. Is there a way to enter a custom number so that the logo will be about half way between the left margin and the start of the navigation links? Link to comment
tuanphan Posted June 25 Share Posted June 25 14 hours ago, livingacres said: Thanks! This code takes the logo all the way to the left. Is there a way to enter a custom number so that the logo will be about half way between the left margin and the start of the navigation links? Move to this position? 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
livingacres Posted June 25 Author Share Posted June 25 2 hours ago, tuanphan said: Move to this position? Yes exactly what I want! Link to comment
tuanphan Posted June 25 Share Posted June 25 1 hour ago, livingacres said: Yes exactly what I want! You can use this code .header-title-logo { text-align: center; } 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
livingacres Posted June 25 Author Share Posted June 25 1 hour ago, tuanphan said: You can use this code .header-title-logo { text-align: center; } That works, thank you! Is there a way to adjust a little further right? Link to comment
Solution tuanphan Posted June 25 Solution Share Posted June 25 5 minutes ago, livingacres said: That works, thank you! Is there a way to adjust a little further right? Use this .header-title-logo { text-align: center; position: relative; right: -10px; } 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
livingacres Posted June 25 Author Share Posted June 25 25 minutes ago, tuanphan said: Use this .header-title-logo { text-align: center; position: relative; right: -10px; } That's perfect. Thank you so much. Really appreciate the help. 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