Tagged: x
-
AuthorPosts
-
June 5, 2016 at 1:55 pm #1026848
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.
June 5, 2016 at 9:19 pm #1027257Hi 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!
June 7, 2016 at 3:09 pm #1030566This reply has been marked as private.June 8, 2016 at 1:45 am #1031345Hi 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.
June 8, 2016 at 8:07 am #1031777Yes, it’s a lot better. Thank you.
June 8, 2016 at 12:30 pm #1032317You’re welcome. 🙂
-
AuthorPosts