BenWatch Posted September 11, 2019 Share Posted September 11, 2019 Hi, seen this for a couple other templates but not for Jones - can someone help? I just want to hide the banner or even just reduce its height. Site is watchandkey.studio, thanks! Link to comment
tuanphan Posted September 12, 2019 Share Posted September 12, 2019 @BenWatch to hide banner in mobile, add this to HOME > DESIGN > CUSTOM CSS @media screen and (max-width:640px) { .page-banner-wrapper { display: none; } } To reduce banner height, use this code @media screen and (max-width:640px) { .page-banner-wrapper { height: 30vh !important; } } Reference: https://beaverhero.com/jones-template-squarespace/#ReduceMobileBanner_Height Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
colehensley Posted January 5, 2020 Share Posted January 5, 2020 @tuanphan can you help to keep banner image the same height (or larger than its' default crop) when in mobile view??https://thefatdonkey2020.squarespace.com Password: DONKEY Link to comment
tuanphan Posted January 5, 2020 Share Posted January 5, 2020 8 hours ago, colehensley said: @tuanphan can you help to keep banner image the same height (or larger than its' default crop) when in mobile view??https://thefatdonkey2020.squarespace.com Password: DONKEY incorrect password Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
colehensley Posted January 5, 2020 Share Posted January 5, 2020 @tuanphan Sorry. Donkey. (not all caps. Just "D"). Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.