amardeepatherapy Posted July 23, 2019 Share Posted July 23, 2019 Hi,I am trying to style my website so it will look good on my phone.I managed to enter CSS to change font size for my H1 and H3 But there are 6 pictures with text that I can't figure out how to changeits the 5 pictures in this page:https://raspberry-hibiscus-59n4.squarespace.com/?p I want to make the fonts smaller. And in this page:https://raspberry-hibiscus-59n4.squarespace.com/adult?p There is a picture in the middle of the page (where it says deepening method), on my computer it looks great but the picture on my phone looks small and the font on it looks small too. Thank you in advance for your help. :) Link to comment
tuanphan Posted July 23, 2019 Share Posted July 23, 2019 @amardeepatherapy Add to Home > Design > Custom CSS @media screen and (max-width:640px) { /* Deep method */ div#page-5d0d26b23ca46a0001aa66a6 p { font-size: 30px; } /* My Core Value Text */ div#page-5d0148db3244670001d5c0aa p { font-size: 20px; } /* My core value images */ div#page-5d0148db3244670001d5c0aa img { max-width: 50%; margin: 0 auto; } } 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
amardeepatherapy Posted July 24, 2019 Author Share Posted July 24, 2019 Thank you for your help.The pictures did change their font size and now it looks great on the "about me" page.On the "deppening method" page:Instead of enlarging the font only on the picture it self it enlarged the fonts on all the page. Also, Do you maybe know how I can make the deeping picture taller and wider when its on phone display? Thank you again for your help :) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.