Ignat Posted March 31, 2020 Share Posted March 31, 2020 Site URL: https://www.ignatberbeci.com/ Can someone please help? I'm trying to get one index thumbnail on mobile devices while retaining two on desktop. Unfortunately Avenue doesn't have an option for that and it looks like a CSS code would solve this problem. Thank you guys! Link to comment
tuanphan Posted March 31, 2020 Share Posted March 31, 2020 @media screen and (max-width:750px) { #projectThumbs .project { float: none; width: 100% !important; } #projectThumbs .project img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } } Add to Home > Design > Custom CSS Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.