Skip Navigation

[Resolved] The product pages are showing a tiny image…. it should be full width?

This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 6 years, 2 months ago.

Assisted by: Luo Yang.

Author
Posts
#1103686

I am trying to: get the image full width
Link to a page where the issue can be seen: hidden link

I expected to see: full width image

Instead, I got: a small one

#1104318
product-image-width.JPG

Hello,

It seems to be a CSS problem, you can try below CSS codes:

.woocommerce-page div.product div.images {
    width: 100% !important; 
}

And test again, see screenshot: product-image-width.JPG