-
Posts
14 -
Joined
-
Last visited
Reputation Activity
-
basianiez reacted to tuanphan in How to make a different gallery size on mobile and desktop view
You can use this code to Website > Website Tools > Custom CSS
@media screen and (max-width:767px) { .user-items-list-item-container[data-section-id="65f3214000ba3f226fcc3d24"] ul { min-height: unset !important; } }
-
basianiez reacted to rjamespierce in ss7.1 How to create Clickthrough URL for Background Images?
I found a really easy, non-code based solution to this problem. Just set your background video/image as you normally would, and then insert an "image" of a blank PNG over the top. You can then link the empty PNG image space to whatever page you want!
-
basianiez got a reaction from tuanphan in How to resize a banner for a mobile view?
Thank you so much! Exactly what I was looking for 🙂