-
Posts
22 -
Joined
-
Last visited
Reputation Activity
-
Scott.illingworth reacted to tuanphan in How to control the size of just the image element in an image CARD in 7.1 on mobile
Add to Design > Custom CSS
/* resize dogcare images on mobile */ @media screen and (max-width:767px) { div#page-section-6130e85744ec7b0185040aa0 .image-block .intrinsic { width: 30%; } }