Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to make my website responsive to mobile view, and for the footer I have added my brand logo - this looks good in the desktop view but when I am looking on my phone the logo looks quite big. How can I change the size of the image just for my phone.
Solved! Go to the solution
This is an accepted solution.
@KN2002 please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
.footer-block__image-wrapper img {max-width: 70%; margin: 0 auto;}
}
My website is not live yet, it is still wip.
renovawears.in
Shared on message
This is an accepted solution.
@KN2002 please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css
@media screen and (max-width:749px){
.footer-block__image-wrapper img {max-width: 70%; margin: 0 auto;}
}
This did not work 😞
made this change, but it is still not working 😞
@suyash1 Hey, the solution worked - I applied it on the custom css. thanks so much 🙂
Any idea if we can also change the padding between image and quick links (next section in the footer)?
@KN2002
Please share your store live link with your Password. So I can see your store and would be help for you.
Shared through message