Hello, how do I make the image in the bottom right of my footer larger? I’m using the Venue with Installments template. Here’s a link to my webpage: www.rarebooksleuth.com
Thank you in advance!
Hello, how do I make the image in the bottom right of my footer larger? I’m using the Venue with Installments template. Here’s a link to my webpage: www.rarebooksleuth.com
Thank you in advance!
Check this one.
.footer__content .footer-nav__image-img {
width: auto;
}
And Save.
Result:
If you like to decrease. Just add percentage. Ex.
.footer__content .footer-nav__image-img {
width: 80%;
}
This is Theodore from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Theodore | PageFly