LulubelleDesignStudio Posted September 25, 2021 Posted September 25, 2021 Site URL: https://parrotfish-swordfish-rf54.squarespace.com/config/design/custom-css Hi there! I uploaded an image icon and I am overlapping it on the section on top and added CSS to automatically rotate it but I noticed on the mobile view the icon is huge. See image attached. Does anyone know what code I can use to reduce the size just on Mobile view? https://parrotfish-swordfish-rf54.squarespace.com/config/design/custom-css and the password is Kayla
tuanphan Posted September 26, 2021 Posted September 26, 2021 Add to Design > Custom CSS /* Rotaing image on mobile */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1632530529120_31921 { width: 30%; margin-left: auto; margin-right: auto; margin-top: -80px; } div#page-section-613d09d95f48cb52a4ff03d2 { padding-bottom: 100px; } } 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!)
LulubelleDesignStudio Posted September 26, 2021 Author Posted September 26, 2021 thank you sooooo much! 🙂
Recommended Posts
Archived
This topic is now archived and is closed to further replies.