Amazon Product visualizzation problem

Posted in: Newspaper
Post count: 51

Hi, I have a problem with displaying Amazon products on the site. With your template, the product images are displayed too large, virtually across the width of the post, but with the templates that preceded the image size was adjustable, how can I do it? Thank you

Post count: 20685

Hi,

Maybe it can be fixed with some custom code. How the images display should be entirely up to them, and how are they used.
If you could provide a link to your website where this is happening or a test post, I will try to give you a solution, if possible.

Thanks

Post count: 51

Hi Simion, thank you for the answer. The amazon plugin code I insert into the post is these:

<div class=”easyazon-block-information-cta”>

<hr />

The block, instead of being displayed small, is displayed enlarged for the entire width of the post.

This is the display with the current template:
https://www.ecomesifa.it/wp-content/uploads/2017/07/amazon-now.jpg

And this with the newspaper template:
https://www.ecomesifa.it/wp-content/uploads/2017/07/amazon-newspaper.jpg

I can not currently use the template for this problem, so I use another, but if we find a solution, I install it. Thanks so much

Post count: 20685

Hi,

It would be helpful to actually inspect the problem first hand, for a more accurate solution. Please try this code, enter it in Theme panel->Custom CSS section, and check if this fixes the issue

.td-post-content
.easyazon-block-information img {
width: auto;
}

Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.