Hi,
I’m using the Portfolio Grid element with 4 columns, with a total of 2 items. In the resolution width range between 751 and 972 the image sizes aren’t identical, the 1st is 199*142 and the 2nd is 170*121. in IPad portrait view this can be reproduced easily. Seems like a bug.
How can this be fixed?
Thanx
Hi modelity!
It seems to be working fine on our demo site, http://kriesi.at/themes/enfold/portfolio/.
I checked your link though and you only have one portfolio item. Did you remove the other one? Go ahead and add it back in so we can see what it’s doing.
Also be sure to deactivate all plugins while testing. It looks like your using some kind of minify plugin.
Cheers!
Elliott
Hi Elliott,
I added back the 2nd item, the problem persists.
I don’t want to disable the other plugins for this bug, its too risky and too much work was put into them.
Hope you’ll see the bug too.
adding 2 private links:
1. A portfolio item with the portfolio grid in the bottom – there the bug happens, in all the portfolio items cases.
2. Another ‘Page’ (not portfolio item) with the portfolio grid – here the bug does’t happen.
Thanx
Hi!
Remove this from your child theme style.css file.
div .av_one_fourth.first {
min-width: 200px;
}
Cheers!
Elliott
ow.. great, thanx!