CKing0828 Posted February 13, 2022 Posted February 13, 2022 Site URL: https://www.chelseamcveysalon.com I am needing help getting my main banner to adjust size wise for mobile versions. Currently it's cutting off half of the letters in my logo on the photo and would love to get it adjusted as most will probably view on mobile.
meganheath Posted February 13, 2022 Posted February 13, 2022 @CKing0828 When you upload a banner image you should see a small white circle in the centre of the image. This is the image focal point. As the screen size adjusts it will display the focal point as the centre of the image and crop everything else. If you drag the circle over the logo part of your image it will display it more clearly on a mobile device. Hope that helps.
CKing0828 Posted February 14, 2022 Author Posted February 14, 2022 Thank you! I tried that and it still is cutting off the photo too much, is there a way to get it to resize down for mobile devices? I’m not familiar with coding so unsure how that would look.
tuanphan Posted February 19, 2022 Posted February 19, 2022 On 2/14/2022 at 9:40 AM, CKing0828 said: Thank you! I tried that and it still is cutting off the photo too much, is there a way to get it to resize down for mobile devices? I’m not familiar with coding so unsure how that would look. Add to Design > Custom CSS > Then save & reload the site @media screen and (max-width:640px) { section#new-page-61 figure img { width: 100% !important; height: auto !important; left: 0 !important; top: 0 !important; } section#new-page-61 .spacer-block { display: none; } section#new-page-61 h3 { font-size: 18px; } section#new-page-61 { height: 250px; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment