ktbxter Posted April 18, 2021 Share Posted April 18, 2021 Site URL: https://www.ktbaxter.com/ Hiya, I just want to know if there's a way to set a different image for my home screen for mobile rather than it condensing the one I have set for web view. I made one specifically for web and I think it looks great but on mobile it looks quite naff as the images aren't centred so it's literally just the word "welcome" on a dirty background. I'm making a new image for the mobile view but I just don't know how to add it for just mobile. Thanks in advance! Link to comment
tuanphan Posted April 19, 2021 Share Posted April 19, 2021 Hi. You can add this to Design > Custom CSS. to resize welcome banner on mobile /* resize mobile welcome banner */ @media screen and (max-width:767px) { body.homepage article section:first-child { min-height: unset !important; height: 30vh; } } ktbxter 1 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
ktbxter Posted April 22, 2021 Author Share Posted April 22, 2021 Amazing! Thank you so much! Link to comment
tuanphan Posted April 24, 2021 Share Posted April 24, 2021 On 4/22/2021 at 5:58 PM, ktbxter said: Amazing! Thank you so much! Do you want to resize image on tablet? 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
ktbxter Posted May 17, 2021 Author Share Posted May 17, 2021 On 4/24/2021 at 12:15 PM, tuanphan said: Do you want to resize image on tablet? Oh yes please! Sorry for the late response! Link to comment
tuanphan Posted May 18, 2021 Share Posted May 18, 2021 17 hours ago, ktbxter said: Oh yes please! Sorry for the late response! Add to Design > custom CSS /* resize tablet banner */ @media screen and (max-width:767px) { body.homepage article section:first-child { min-height: unset !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment