Ptphotography Posted July 9, 2020 Share Posted July 9, 2020 Hello everyone! Please help me with the code to reduce the size of the text on Mobile preview only (I am happy with the desktop preview). At the moment, this is how the text appears. Website: https://caterpillar-antelope-zbjy.squarespace.com/projects/vakkaru Password: ptphoto Link to comment
rwp Posted July 9, 2020 Share Posted July 9, 2020 @media only screen and (max-width: 600px) { .pagination-title-wrapper h2 { font-size: 6.8vw; } } This will dynamically size below 600px. Ptphotography 1 Link to comment
Ptphotography Posted July 13, 2020 Author Share Posted July 13, 2020 @rwp I love how my website is looking so far! can you help me with the code for the social media links and footer text as well? Many thanks, P Link to comment
Ptphotography Posted July 15, 2020 Author Share Posted July 15, 2020 @rwp Sorry for chasing you for this, but can you help with my follow up question as well? Stay safe, P Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 On 7/13/2020 at 4:01 PM, Ptphotography said: @rwp I love how my website is looking so far! can you help me with the code for the social media links and footer text as well? Many thanks, P Add to Home > Design > Custom CSS @media screen and (max-width:767px) { footer.sections nav.sqs-svg-icon--list a { width: 10px !important; } } Ptphotography and rwp 2 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
Ptphotography Posted July 15, 2020 Author Share Posted July 15, 2020 @tuanphan Thank you for this! Can you please help with the code for the text underneath the icons as well? Thanks again! Link to comment
tuanphan Posted July 15, 2020 Share Posted July 15, 2020 36 minutes ago, Ptphotography said: @tuanphan Thank you for this! Can you please help with the code for the text underneath the icons as well? Thanks again! @media screen and (max-width:767px) { footer.sections nav.sqs-svg-icon--list a { width: 10px !important; } div#block-yui_3_17_2_1_1591257510925_16938 * { font-size: 10px; } } Ptphotography 1 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
Ptphotography Posted July 16, 2020 Author Share Posted July 16, 2020 @tuanphan It worked! Thank you for this 😁 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