addisonpann Posted August 30, 2023 Share Posted August 30, 2023 Site URL: https://www.greenslate.group/ Site password: toast I want to change the section height of the hero banners on all pages of my site (Portfolio, About, and Services, as they are the only ones with hero banners). They're set to Medium height in the Format menu, which I like for desktop, but I want them to be Small height when viewing the page on a mobile device. Apologies in advance if there is already a thread that solves my issue; I looked, but none of the resolved threads were quite what I am looking for. Thanks! Link to comment
Solution DPruitt Posted August 30, 2023 Solution Share Posted August 30, 2023 Try this: @media screen and (max-width: 540px) { #sections .page-section:first-child {min-height: 20px!important;} } If you need to also reduce the padding to the section: @media screen and (max-width: 540px) { #sections .page-section:first-child .content-wrapper {padding:0px !important} } 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