Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.
This repository was archived by the owner on May 18, 2025. It is now read-only.

Features Widget image size settings do not really affect image size #56

@madeincosmos

Description

@madeincosmos

Ticket 477118-zd-woothemes

What I expected

When adding a Features widget on Superstore homepage, by default the images are small and aligned to the left of each feature:

Screenshot

I tried to make the images bigger using the Image size option in Widget settings:

Screenshot

What happened instead:

Even when I manipulate image size, it always stays the same. This is due to default plugin styles overriding image size settings:

.widget_woothemes_features .features .feature img, .widget_woothemes_testimonials .features .feature img, .widget_woothemes_features .testimonials .feature img, .widget_woothemes_testimonials .testimonials .feature img, .widget_woothemes_features .features .quote img, .widget_woothemes_testimonials .features .quote img, .widget_woothemes_features .testimonials .quote img, .widget_woothemes_testimonials .testimonials .quote img {
    width: 18.2%;
    height: auto;
    float: left;
}

Comments

This can be worked around with custom CSS, so it's not very urgent - but the way it works now is quite confusing for the users. It would be awesome to let the users resize features images - but if it's not something we can do in the nearest time, maybe we could at least hide the Image size setting?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions