Product page image alignment

Home Forums Gillion Theme Product page image alignment

Home Forums Gillion Theme Product page image alignment

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • davelow
    Participant

    Hi,

     

    I’ve noticed the product page images are off center, unlike the ones found in your demo pages.

    where can i adjust these settings?

     

    many thanks,

    dave

    Solution for this topic

    Hi Dave,

     

    I hope you are well today and thank you for your question.

     

    This is happening because you have set product images smaller in sizes.

     

    They should be at lease 500px X 500px in size.

     

    Alternatively If you are going to use smaller images then you can display them center aligned by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (min-width: 768px){
    .woocommerce div.product div.images.woocommerce-product-gallery {
        margin-left: 28%;
    }
    }

     

    Best regards,
    Shufflehound team

    davelow
    Participant

    that worked well,

     

    thank you for your help!

     

     

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)