How - Question | JoomShaper

How

samdyer

samdyer

SP Page Builder 1 month ago

EasyStore Gallery extends beyond container, overflowing onto the content below it. I limited the legth of the gallery to 500 px, however the images still show, they just flow behind the content in the section below it.

Is it possible to limit the number of images show or hide/scroll down to see them all?

https://seaofinkstudio.com/index.php/buy-direct/bigfoot-gone-wild

here is a screenshot: https://drive.google.com/file/d/1CRPAREXMadbg2zNHssn3SB4lLMqaa6Fv/view?usp=sharing

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #152826

Hi,

I am afraid there is no such a feature yet.

Solution by now:

@media screen and (min-width: 1024px) {
.easystore-product-gallery img {max-width: 170px;}
}

OR try to use images there are more square, slightly different propositions.

0
samdyer
samdyer
Accepted Answer
1 month ago #153033

Ok. Thanks for temp solution!

0