Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026848

    tombeast
    Participant

    I have an ecommerce website using Easy Digital Downloads.

    I have been looking for help on their support forum but they say it is theme related as their plugin only allows vendors to upload images. How it shows up on the page is linked to the theme.

    The situation is that vendors can upload their own products and images so there are many different image sizes and they are showing up as large as possible on the product page, taking the entire page width. When the image is higher than wide, it does not look good and you have to scroll down a lot to get to the product description.

    What I would like to do is at least set a standard image display size so that the product page looks more professional.

    Thank you for your help.

    #1027257

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #1030566

    tombeast
    Participant
    This reply has been marked as private.
    #1031345

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .ba-edd-post-gallery {
        overflow: hidden;
        padding: 0;
        width: 50%;
        margin: 0 auto;
    }

    Hope that helps.

    #1031777

    tombeast
    Participant

    Yes, it’s a lot better. Thank you.

    #1032317

    Christian
    Moderator

    You’re welcome. 🙂