AustinC Posted August 23 Share Posted August 23 Hi SS Experts! I am making a landing page where someone can rate our services. To do this, I have put 5 images of stars in a row and each will be a link. My problem is that once the website is loaded on a mobile device, the images stack on top of each other instead of staying straight in a row. Here is the page: https://santabarbaradojo.com/rating I hope that makes sense! Thanks all. Link to comment
tuanphan Posted August 24 Share Posted August 24 You can use this to Website Tools > Custom CSS @media screen and (max-width:767px) { div#page-66c7a82cf4b7ac70b5b49383 .span-2 { width: 20% !important; float: left !important; } } 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
AustinC Posted August 26 Author Share Posted August 26 THANK YOU!!!! Tuanphan - you are the best! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment