agould5 Posted July 9, 2019 Share Posted July 9, 2019 (edited) Hi all, I've been banging my head against the wall trying to re-size the images on my site for the bedford template. I've tried inserting css specific rules for mobile in the header of the page, but it doesn't seem to be working. The page can be found here - https://www.compassred.com/offering The images for Data Strategy & Readiness, Marketing Optimization, etc. are all MASSIVE on mobile Please help! Thanks, Alex Edited July 9, 2019 by agould5 Initial Revision Link to comment
yomateyo Posted January 28, 2021 Share Posted January 28, 2021 I would love an answer to this as well! Any luck? So far I've gotten some progress with this css: #block-yui max-width: 50%; max-height: 50%; margin-left: 20%; } However, I know #block-yui id's can change... and I don't like that it also changes the size on desktop and tablet size. Link to comment
tuanphan Posted January 31, 2021 Share Posted January 31, 2021 On 1/28/2021 at 1:48 PM, yomateyo said: I would love an answer to this as well! Any luck? So far I've gotten some progress with this css: #block-yui max-width: 50%; max-height: 50%; margin-left: 20%; } However, I know #block-yui id's can change... and I don't like that it also changes the size on desktop and tablet size. Can you share site url? We can help easier 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
yomateyo Posted April 28, 2021 Share Posted April 28, 2021 (edited) Sorry just saw this response! I think I figured it out, though I am still using the #block-yui id, which I hear might change... so I'm concerned it might be a temporary fix. I'm using this: //footer icons mobile resize @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1600713742696_56014{ width: 20%; margin: auto; } } The site is nativeland.org Thanks! Edited April 28, 2021 by yomateyo Link to comment
tuanphan Posted May 5, 2021 Share Posted May 5, 2021 On 4/29/2021 at 1:44 AM, yomateyo said: Sorry just saw this response! I think I figured it out, though I am still using the #block-yui id, which I hear might change... so I'm concerned it might be a temporary fix. I'm using this: //footer icons mobile resize @media only screen and (max-width: 640px) { #block-yui_3_17_2_1_1600713742696_56014{ width: 20%; margin: auto; } } The site is nativeland.org Thanks! Do you still need help? 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