Increase Footer Image Size in Venue

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!

1 Like

Hi @rarebooksleuth

Check this one.

  1. From you Admin page, go to Online Store > Themes
  2. Select the theme you want to edit
  3. Under the Asset folder, open the main.css(base.css, style.css or theme.css)
  4. Then place the code below at the very bottom of the file.
.footer__content .footer-nav__image-img {
    width: auto;
}
.footer__content .footer-nav__image-img {
    width: 80%;
}

Hi @rarebooksleuth

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