Hi,
So I know this is a commonly asked question, but I cannot figure it out by using any of the other answer guides here. Here's the code for the theme.liquid file for the simple theme.
my website that I would like to change the position of the logo : https://evaeske.no/
Hi Magnus!
Hope you're having a great day :)
I've checked with the theme support team and they said that if I were to create a design ticket for this, we could make this change for you.
Let me know if that interests you, and if so I can send you an email to get us started.
Other than the logo, was there something else that you're working on? We have this awesome new blog post 6 Practical and Proven Ways to Drive Traffic to Your New Online Store. This post is all about getting traffic to your new store by targeting influencers and getting attention. We offer actionable tactics and provide six templates you can copy and paste to use for your campaigns.
I look forward to hearing from you, Magnus, and getting that logo centered on your site :)
Parker
Customer Service Guru | 24/7 Support
Hi Archie,
There is no setting to align center logo in simple theme. You can change css file and modify styling.
Go to Online store > Themes > Actions > Edit Code
Search theme.scss.liquid
find code
#HeaderLogoWrapper {
position:relative;
margin:30px 0
}
Replace with
#HeaderLogoWrapper {
position:relative;
margin:0 auto;
}
Please refer screenshot also.
I think it will work :)
Thanks
@hellbound always make sure to backup your theme before making any theme edits if you don't know how to work with the code. Often one change can cause issues all over your site.
As far as undoing what you did, just go back and change what you did. Make that position relative again and change the margin back. I don't know why verma suggested you make your position absolute, that's bound to cause issues for staples of your website (header, sidebars, footers, etc... Should never be absolute). If you'd like I can do this work for you at a fair price. I don't expect it to take more than a half an hour. If you're interested feel free to message me and we can go over pricing.
Subject | Author | Latest Post |
---|---|---|
Subject | Author | Posted |
---|---|---|
10m ago | ||
10m ago | ||
12m ago | ||
2 hours ago | ||
2 hours ago |