FandF Posted June 16, 2022 Share Posted June 16, 2022 Hi all, I am on 7.1 and was hoping to see if there was a way to change the overall website breakpoint for mobile responsive viewing (as there was in 7.0). I know that I can target specific elements with min/max @media screen CSS snippets, but my hope is to make the entire website change to the mobile view at a specific width. Say, for example anything 1000px and under switches to the mobile responsive view. Many thanks for any and all help! Link to comment
tuanphan Posted June 19, 2022 Share Posted June 19, 2022 Hi. No way to do this. You need to change manually on each page, each section with code. If you share link to all pages where you have problem & describe desired layout, we can try some code 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!) Link to comment
FandF Posted June 21, 2022 Author Share Posted June 21, 2022 (edited) HI there, The website is floodedandforgotten.com and the password is F&f1234 I think what I am actually focusing on now is the 3 buttons underneath the image banner ("Learn more", "Get Involved", "Donate"). Hoping to have them break to the mobile view at 1000px. Many thanks for your help! Edited June 21, 2022 by FandF Link to comment
tuanphan Posted June 22, 2022 Share Posted June 22, 2022 18 hours ago, FandF said: HI there, The website is floodedandforgotten.com and the password is F&f1234 I think what I am actually focusing on now is the 3 buttons underneath the image banner ("Learn more", "Get Involved", "Donate"). Hoping to have them break to the mobile view at 1000px. Many thanks for your help! Add to Design > Custom CSS @media screen and (max-width:1000px) { div#page-section-62a0ffd966596e30186e82b9 .col { width: 100% !important; margin-bottom: 10px; } } 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!) 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