oshaw2 Posted November 8, 2021 Posted November 8, 2021 Site URL: https://www.ebpctn.org/ Hello! I am trying to create a hero gallery banner on the homepage but the first image shows up weird. Theres too much gray space above and below the image and i would like to move the words up higher on the image. Can code fix this?
tuanphan Posted November 10, 2021 Posted November 10, 2021 Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1636146845474_14142 { height: 180px !important; } div#block-yui_3_17_2_1_1636146845474_14142 img { width: 100% !Important; height: auto !important; left:0 !important; top: 0 !important; } div#block-yui_3_17_2_1_1636146845474_14142>div>div.sqs-gallery-container.sqs-gallery-block-slideshow.sqs-gallery-has-controls { height: 180px !important; } div#block-yui_3_17_2_1_1636146845474_14142 .sqs-gallery-container.sqs-gallery-block-slideshow.sqs-gallery-has-controls .sqs-gallery.sqs-gallery-design-stacked { height: 180px !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.