Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
madeincosmos opened this issue Oct 6, 2016 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@madeincosmos
Copy link

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?

@jeffikus jeffikus added this to the 1.6.0 milestone Dec 23, 2016
@mattyza mattyza added the bug label Aug 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants