tuanphan Posted March 3, 2020 Share Posted March 3, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { div#page-5da32af7a8be366f5ccdc5c9 * { font-size: 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
Vegaproperty Posted April 22, 2020 Share Posted April 22, 2020 Hello, Need to reduce the way the font and pictures are on mobile display (it's the Mojave template). Currently they are huge and are cut off. I need them all to be fitting inside of the mobile screen... This is all pages on the Mojave template...I haven't set that particular template as the "live template" as of yet because it looks really bad... Could you please help with the coding on this one ? Thanks so much! @tuanphan Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 1 hour ago, Vegaproperty said: Hello, Need to reduce the way the font and pictures are on mobile display (it's the Mojave template). Currently they are huge and are cut off. I need them all to be fitting inside of the mobile screen... This is all pages on the Mojave template...I haven't set that particular template as the "live template" as of yet because it looks really bad... Could you please help with the coding on this one ? Thanks so much! @tuanphan Can you share link to your site? 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
Vegaproperty Posted April 22, 2020 Share Posted April 22, 2020 1 minute ago, tuanphan said: Can you share link to your site? www.vegapropertyemporium.com Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 4 hours ago, Vegaproperty said: www.vegapropertyemporium.com Seems fine here? 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
Vegaproperty Posted April 22, 2020 Share Posted April 22, 2020 13 minutes ago, tuanphan said: Seems fine here? Ok have a look now, I've just changed it... You will see how the writing and photos look too big for the screen. The large font is way too big, if you could make it half the size that would be great, and if the pictures can fit in the screen. Thanks Link to comment
tuanphan Posted May 13, 2020 Share Posted May 13, 2020 On 4/22/2020 at 7:32 PM, Vegaproperty said: Ok have a look now, I've just changed it... You will see how the writing and photos look too big for the screen. The large font is way too big, if you could make it half the size that would be great, and if the pictures can fit in the screen. Thanks missing your comment. Have you solved yet? 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
meltyogastudio Posted May 22, 2020 Share Posted May 22, 2020 I have a similar question... meltyogastudio.com password: Meltyoga#1 Instructor Page header is too large for mobile and for Live and On Demand I want in one line. Thanks! Link to comment
tuanphan Posted May 25, 2020 Share Posted May 25, 2020 On 5/23/2020 at 4:58 AM, meltyogastudio said: I have a similar question... meltyogastudio.com password: Meltyoga#1 Instructor Page header is too large for mobile and for Live and On Demand I want in one line. Thanks Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* reduce instructors heading size */ div#block-86965ca2b9e22909017c * { font-size: 20px; } } Where is live on demand page? 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
meltyogastudio Posted May 25, 2020 Share Posted May 25, 2020 9 hours ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:767px) { /* reduce instructors heading size */ div#block-86965ca2b9e22909017c * { font-size: 20px; } } Where is live on demand page? I had to remove for time being, thank you so much!! Link to comment
Feds Posted August 12, 2020 Share Posted August 12, 2020 Hello everyone, I have the same issue with my site.. I would like to reduce the font size of the text above images on mobile view. I am struggling to find the id of the blocks, could anyone please help? Many thanks, Federica https://kazoo-frog-246n.squarespace.com/config/design/custom-css pw: Moody00 @tuanphan Link to comment
Feds Posted August 13, 2020 Share Posted August 13, 2020 Solved as below: @media screen and (max-width:640px) {h1 {font-size: 30px; } } Link to comment
gfp1995 Posted September 27, 2021 Share Posted September 27, 2021 On 8/13/2020 at 3:11 PM, Feds said: Solved as below: @media screen and (max-width:640px) {h1 {font-size: 30px; } } Omg i've been looking for this line of code all night!!!! When I say my jaw dropped.... Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.