PregAppetit 0 Share Posted August 28, 2020 (edited) Site URL: https://www.pregappetit.com Hi does anyone know how to re-size the hero gallery carousel on the homepage? It takes up too much of the screen and I want to make it smaller, and the images do not resize on mobile. www.pregappetit.com Thank you!! Edited August 28, 2020 by PregAppetit Link to post
0 tuanphan 8,951 Share Posted August 29, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#hero-images img { width: 100% !important; left: 0 !important; height: auto !important; } section#hero-images, section#hero-images>div { min-height: unset !important; height: 240px !important; } } PregAppetit 1 You can send your question to my email to get detail answer. / How to Setup Password & Share URL --- Happy New Year Link to post
Question
PregAppetit 0
Site URL: https://www.pregappetit.com
Hi does anyone know how to re-size the hero gallery carousel on the homepage? It takes up too much of the screen and I want to make it smaller, and the images do not resize on mobile.
www.pregappetit.com
Thank you!!
Edited by PregAppetitLink to post
Top Posters For This Question
1
1
Popular Days
Aug 28
1
Aug 29
1
Top Posters For This Question
PregAppetit 1 post
tuanphan 1 post
Popular Days
Aug 28 2020
1 post
Aug 29 2020
1 post
Popular Posts
tuanphan
Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#hero-images img { width: 100% !important; left: 0 !important; height: auto !important; } section#h
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment