Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1207104

    Hey Guys,

    How can I increase the product image size so that it takes up more space on the screen and then the title and description etc takes up less space?

    Also how can I remove the border around the product image?

    Thanks!

    #1207302

    Hey MikeTandySwag,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single-product-main-image {
        width: 46%;
    }
    .template-shop .single-product-main-image .images a {
        border: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1207327

    Thanks!

    That worked! How would I hide the border on the products on the shop page?

    So on the Product Grid?

    #1207626

    I figured it out please close

    Thanks!

    #1207677

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Product Image Size’ is closed to new replies.