tuanphan Posted August 21, 2020 Share Posted August 21, 2020 On 8/20/2020 at 3:41 PM, WORKOUTWOLF said: Hi @tuanphan thank you for doing that. That seems to do the trick. It's slightly higher than we want but if we play about with the height and that it'll make a white line. We also need it to happen on the other pages, can you do that at all? The URL's: www.workout-wolf.co.uk www.workout-wolf.co.uk/athletes www.workout-wolf.co.uk/about Add to Page Settings > Advanced > Header This code for Athletes page, but you can also try it on other pages, if they are first section <style> @media screen and (max-width:767px) { #page section:first-child { min-height: unset; height: 30vh; margin-top: 10vh; } } </style> 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
LaurenAlexis4 Posted August 23, 2020 Share Posted August 23, 2020 @tuanphan Hello! I have found a code in the thread that almost works but the top half image (my GROW logo) gets cut off by the header. Any chance you could assist with that? Thanks so much!! www.growpostpartum.com Link to comment
tuanphan Posted August 24, 2020 Share Posted August 24, 2020 9 hours ago, LaurenAlexis4 said: @tuanphan Hello! I have found a code in the thread that almost works but the top half image (my GROW logo) gets cut off by the header. Any chance you could assist with that? Thanks so much!! www.growpostpartum.com What is access 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
BradSchauer Posted August 24, 2020 Share Posted August 24, 2020 @tuanphan Hello, I am having the same issues with banners not resizing on my site. On my homepage and on one other page. Website is www.thegriplight.com I would appreciate any help you can provide. Thanks. Link to comment
tuanphan Posted August 24, 2020 Share Posted August 24, 2020 3 hours ago, BradSchauer said: @tuanphan Hello, I am having the same issues with banners not resizing on my site. On my homepage and on one other page. Website is www.thegriplight.com I would appreciate any help you can provide. Thanks. Add to Home > Design > custom CSS @media screen and (max-width:767px) { .homepage #page section:first-child { min-height: 20vh !important; height: 40vh; margin-top: 10vh; } } 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
jbphoto Posted August 24, 2020 Share Posted August 24, 2020 (edited) Hi @tuanphan, thanks in advance for your help. I'm having issues resizing my landscape oriented gallery photos on mobile. I want the width to be 100%. https://www.jamiebiver.com/entertainment Edited August 24, 2020 by jbphoto additional details Link to comment
tuanphan Posted August 25, 2020 Share Posted August 25, 2020 7 hours ago, jbphoto said: Hi @tuanphan, thanks in advance for your help. I'm having issues resizing my landscape oriented gallery photos on mobile. I want the width to be 100%. https://www.jamiebiver.com/entertainment I see images fullwidth here. Did you solve? 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
jbphoto Posted August 25, 2020 Share Posted August 25, 2020 13 hours ago, tuanphan said: I see images fullwidth here. Did you solve? I did, thank you for getting back to me! Link to comment
LaurenAlexis4 Posted August 27, 2020 Share Posted August 27, 2020 On 8/24/2020 at 3:56 AM, tuanphan said: What is access password? Grow, thank you! Link to comment
jtreese01 Posted August 27, 2020 Share Posted August 27, 2020 Hello - I am unfortunately having a similar issue on an index page in 7.0 brine. tbifundinc.com/about I've tried IDing the section ID and implementing the CSS above but I haven't had success. I know I must be missing something. Can you help? I'd like to see the entire image just sized down for mobile. Thanks for always being so helpful! Link to comment
tuanphan Posted August 27, 2020 Share Posted August 27, 2020 10 hours ago, LaurenAlexis4 said: Grow, thank you! Add to Home > Design > Custom CSS @media screen and (max-width:767px) { .homepage section:first-child { min-height: unset !important; height: 40vh; margin-top: 10vh; } } 3 hours ago, jtreese01 said: Hello - I am unfortunately having a similar issue on an index page in 7.0 brine. tbifundinc.com/about I've tried IDing the section ID and implementing the CSS above but I haven't had success. I know I must be missing something. Can you help? I'd like to see the entire image just sized down for mobile. Thanks for always being so helpful! Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#about-intro img { width: 100% !important; left: 0 !important; height: auto !important; } section#about-intro { min-height: unset !important; height: 145px; } } 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
portlandprofdoulas Posted August 28, 2020 Share Posted August 28, 2020 On 7/7/2020 at 8:25 PM, tuanphan said: above link doesn't have banner.. try this @media screen and (max-width:767px) { #page section:first-child { min-height: 30vh !important; height: 50vh !important; margin-top: 90px; } } Hi! This code works for fixing the image cropping issue, but while it does that, it makes the text all jumbled up on the resources page. https://portlandprofessionaldoulas.com/resources Link to comment
permakink Posted August 29, 2020 Share Posted August 29, 2020 Hello, I would appreciate your help, I'm having the same issue on my site where the banner image won't resize on mobile view. The link is: http://familystylefest.com Thank you so much! 😭 Link to comment
tuanphan Posted August 29, 2020 Share Posted August 29, 2020 19 hours ago, portlandprofdoulas said: Hi! This code works for fixing the image cropping issue, but while it does that, it makes the text all jumbled up on the resources page. https://portlandprofessionaldoulas.com/resources Remove abvoe & add this to Page Settings . Advanced > Header <style> @media screen and (max-width:767px) { #page section:first-child { min-height: 30vh !important; height: 50vh !important; margin-top: 90px; } } </style> 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
tuanphan Posted August 29, 2020 Share Posted August 29, 2020 12 hours ago, permakink said: Hello, I would appreciate your help, I'm having the same issue on my site where the banner image won't resize on mobile view. The link is: http://familystylefest.com Thank you so much! 😭 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .homepage .Parallax-item:first-child img { width: 100% !important; left: 0 !important; height: auto !important; } section#welcome-1 { min-height: unset !important; height: 210px !Important; } .homepage .Parallax-item:first-child { height: 200px !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
Geekanoids Posted August 31, 2020 Share Posted August 31, 2020 Our website is now live, super pleased with how the desktop site works. www.ethiKoala.com We have an issue on mobile, where the header is too tall with the menu in it, when looking on smartphone in landscape view. And the scrolling banner will not scale down for portrait view. Please see screenshots. Do you have a code solution to 1. reduce the header height on mobile only and 2. shrink our scrolling banner gallery on mobile only so each panel is visible and not cropped. I would be super thankful if anyone can help 😆 Link to comment
tuanphan Posted August 31, 2020 Share Posted August 31, 2020 7 hours ago, Geekanoids said: Our website is now live, super pleased with how the desktop site works. www.ethiKoala.com We have an issue on mobile, where the header is too tall with the menu in it, when looking on smartphone in landscape view. And the scrolling banner will not scale down for portrait view. Please see screenshots. Do you have a code solution to 1. reduce the header height on mobile only and 2. shrink our scrolling banner gallery on mobile only so each panel is visible and not cropped. I would be super thankful if anyone can help 😆 Add to Home > design > Custom CSS @media screen and (max-width:767px) { .homepage .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 30vh !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
Geekanoids Posted September 1, 2020 Share Posted September 1, 2020 10 hours ago, tuanphan said: @media screen and (max-width:767px) { .homepage .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 30vh !important; } } This is great, thank you so much. Is there any way to squeeze the images in even more, which parameter would I change? Thanks again. Link to comment
tuanphan Posted September 1, 2020 Share Posted September 1, 2020 1 minute ago, Geekanoids said: This is great, thank you so much. Is there any way to squeeze the images in even more, which parameter would I change? Thanks again. edit 30 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
dlthdus0817 Posted September 1, 2020 Share Posted September 1, 2020 (edited) Hi @tuanphan, I have a similar issue with my website banner video. On homepage, there is a lighting exploded video and the size of this video is not changing on mobile version. It got cropped in the middle. Could you please share me the code for fixing this issue? Website : revelucent.com Thank you so much. Edited September 3, 2020 by dlthdus0817 Link to comment
Geekanoids Posted September 2, 2020 Share Posted September 2, 2020 20 hours ago, tuanphan said: edit 30 On 9/1/2020 at 12:09 AM, tuanphan said: @media screen and (max-width:767px) { .homepage .gallery-fullscreen-slideshow[data-width="full-bleed"] { height: 30vh !important; } } You are a star Tuanphan … thank you so much for your help 😄 this worked perfectly. Link to comment
GatherCreativeStudio Posted September 2, 2020 Share Posted September 2, 2020 Hi @tuanphan! I'm having trouble with my banner size images throughout my website, reflecting on mobile. I have banner images on almost every page and only a few are showing up properly. Can you please look and tell me what CSS I need to make this work? The website is www.decideandmoveforward.com Link to comment
mholms Posted September 3, 2020 Share Posted September 3, 2020 I am having the same exact issues as everyone. http://www.quarterhorseband.com/ desktop is fine. Mobile view cuts off most of the band and I've tried several of the codes that were used to solve in this thread. Using WAV template. Please help:) Link to comment
tuanphan Posted September 4, 2020 Share Posted September 4, 2020 On 9/3/2020 at 12:01 AM, GatherCreativeStudio said: Hi @tuanphan! I'm having trouble with my banner size images throughout my website, reflecting on mobile. I have banner images on almost every page and only a few are showing up properly. Can you please look and tell me what CSS I need to make this work? The website is www.decideandmoveforward.com Add to Home > Design > Custom CSS @media screen and (max-width:640px) { section#the-decision-coach figure img { width: 100% !important; left: 0 !important; height: auto !important; } section#the-decision-coach { height: 225px; } } On 9/3/2020 at 10:36 AM, mholms said: I am having the same exact issues as everyone. http://www.quarterhorseband.com/ desktop is fine. Mobile view cuts off most of the band and I've tried several of the codes that were used to solve in this thread. Using WAV template. Please help:) Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .homepage .Parallax-item:first-child img { width: 100% !important; left: 0 !important; height: auto !important; } section#home-1 { height: 180px; } } 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
inairdaaksiram Posted September 5, 2020 Share Posted September 5, 2020 Hi, my site is also having the same issue. I want my top banners on each page to resized on mobile instead of cropped. Tried some css from here but didn't work :( Would really appreciate the help! https://disc-mustard-35hy.squarespace.com/ Password: ahawebsite123 Thank you so much! 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