I made my website logo centered it shows correctly on the desktop version of the site, but on the mobile it is centered but it is slightly to the left. I think this has to do with the padding. Can anybody help me? Thanks!
My Website: www.gadget-pods.store
Moeed
October 8, 2024, 4:52am
2
Hey @Pods10101
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
hey there that still doesn’t center it
as you can see it is slightly left
Moeed
October 8, 2024, 5:00am
4
I see, you wanna move the logo to the right then. Try this code.
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
okay I did that now the icons for the search and checkout are too close to the logo I want them away form the logo a bit
SM-WEB
October 8, 2024, 5:04am
6
Add this css in your bottom of the base.css file-
@media screen and (max-width: 767px) {
.header__heading-logo {left: -15px !important;}
}
Moeed
October 8, 2024, 5:07am
7
You can adjust the value of left and make it less than 5px to whatever suits you the best!
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
what??? I said the logo for the search icon
Moeed
October 8, 2024, 5:15am
9
Ah apologies for the confusion, remove the previous code which you have added so far and add this final code.
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Why I can’t see the code? Its blank for me.