tibellus Posted September 21, 2021 Share Posted September 21, 2021 Site URL: https://www.earandeye.se/ Hi! How can I change aspect ratio on mobile view (max 640 px) for Index Gallery Slideshow? It's on the Home-page. Thank you! Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 On 9/21/2021 at 4:01 PM, tibellus said: Site URL: https://www.earandeye.se/ Hi! How can I change aspect ratio on mobile view (max 640 px) for Index Gallery Slideshow? It's on the Home-page. Thank you! Try adding to Design > Custom CSS @media screen and (max-width:640px) { body.homepage figure img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } body.homepage section.Index-page { min-height: unset !important; height: 250px !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
tibellus Posted September 25, 2021 Author Share Posted September 25, 2021 Hi and thank you for answering. Unfortunately it didn't work as I wanted to. It changed the banner for the top section, but I want it to change the Gallery Slideshow that is the second section of the home page... 🙂 Link to comment
tuanphan Posted September 27, 2021 Share Posted September 27, 2021 On 9/25/2021 at 3:37 PM, tibellus said: Hi and thank you for answering. Unfortunately it didn't work as I wanted to. It changed the banner for the top section, but I want it to change the Gallery Slideshow that is the second section of the home page... 🙂 Remove above & add this to Design > Custom CSS @media screen and (max-width:767px) { section#recent-work .Index-gallery-item:after, section#recent-work .Index-gallery-wrapper:after { padding-bottom: 100% !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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.