Hello!
I've been looking for a while into finding out how to center this logo in the footer.
I currently have this
<div class="grid-item one-fifth text-center" style="center">
<img src="{{ 'DreadBoyBox_Logo.png' | asset_url }}" alt="alt text" />
</div>
Any suggestions?
Solved! Go to the solution
Hi @DreadBoy
May be you have removed logo from footer, you can ad from theme editor and let me know.
Success.
Hi @DreadBoy
Follow this:
1. Go to Online Store->Theme->Edit code
2. Asset->theme.scss->paste bellow code in bottom of file
#shopify-section-footer .grid-item.one-fifth.text-center{margin: 0 auto;}
Success.
Add this css;
@media only screen and (max-width: 767px) { #shopify-section-footer .grid-item.text-center { width: 50%; } }
Subject | Author | Posted |
---|---|---|
5m ago | ||
13m ago | ||
an hour ago | ||
an hour ago | ||
an hour ago |