Roxxanne Posted April 4, 2021 Posted April 4, 2021 Site URL: https://roxxannemacdonald.com Hi! On the mobile version of my site, the first section is too big (I've removed the header, so it's a section). I inspected the page and it's this section. I don't know how to override it? @media screen and (max-width: 767px) .homepage section:first-child { height: 30vh !important; min-height: unset !important; }
creedon Posted April 4, 2021 Posted April 4, 2021 Remove that code and you should be good. This is what I see when I remove that code locally. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Roxxanne Posted April 4, 2021 Author Posted April 4, 2021 Just now, creedon said: Remove that code and you should be good. This is what I see when I remove that code locally. Let us know how it goes. Hi! Thanks for your help How can I remove the code? It isn't code I've added myself.
creedon Posted April 4, 2021 Posted April 4, 2021 Ah. I see! 🙂 I think you'll find the code in Design > Custom CSS. Let us know how it goes. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Roxxanne Posted April 4, 2021 Author Posted April 4, 2021 1 minute ago, creedon said: Ah. I see! 🙂 I think you'll find the code in Design > Custom CSS. Let us know how it goes. My goodness! I must have put that in ages. Thank you so much!
tuanphan Posted April 10, 2021 Posted April 10, 2021 @Roxxanne Just want to say the layout on tablet doesn't look good. You can add this to Design > Custom CSS to increase text width /* Tablet text width */ @media screen and (max-width:991px) and (min-width:768px) { div#page-section-60681dfed446556b94aed0b0 .span-6:first-child { width: 70% !Important; } } 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
Archived
This topic is now archived and is closed to further replies.