I would like to move my logo a little bit to the left to make it allign with the other parts of my site
anyone got a sollution?
Goal: Move the footer logo slightly left to align with other site elements on a Shopify store.
Context and inputs:
Proposed solutions (CSS-based):
footer#footer img { margin-left: -9px; }#footer-about img.img-fluid { margin-left: -8px; }Notes:
Outcome and status:
I would like to move my logo a little bit to the left to make it allign with the other parts of my site
anyone got a sollution?
Hi @vhR1 ,
Would you mind to share your URL website? with password if its protected. Thanks!
Hello,
You can provide url site for me, I can check it for you
Thank you
hello it’s seedsdelux.lu
hello it’s seedsdelux.lu
Thank you fro the information.
Try this.
footer#footer img {
margin-left: -9px
}
Result:
I hope it help.
Yes, you can open file sections.css and add my code at bottom file:
#footer-about img.img-fluid{margin-left:-8px}
it will work for you
thank you
Thanks, a lot I’m grateful !!
Thank you for your help! I appreciate that a lot!