Radhika22 Posted August 17, 2021 Share Posted August 17, 2021 (edited) Site URL: https://www.jivamorelife.com/links Hi - How can I make the photo of myself smaller on the mobile view of the site? It is small on the web view but enlarges on mobile (photos below). This page is supposed to look like a "linktree" page, but it is hosted on my website. @tuanphan - Can you help? Edited August 17, 2021 by Radhika22 Updated URL Link to comment
tuanphan Posted August 18, 2021 Share Posted August 18, 2021 Hi. Add to Design > Custom CSS /* Links page - mobile image */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1618015393840_2565 { 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
Radhika22 Posted August 18, 2021 Author Share Posted August 18, 2021 11 hours ago, tuanphan said: /* Links page - mobile image */ @media screen and (max-width:640px) { div#block-yui_3_17_2_1_1618015393840_2565 { width: 50%; margin: 0 auto; } } @tuanphan Thank you!! Is there any way I can make the space between the text and buttons smaller for mobile only as well? Link to comment
tuanphan Posted August 22, 2021 Share Posted August 22, 2021 On 8/19/2021 at 2:50 AM, Radhika22 said: @tuanphan Thank you!! Is there any way I can make the space between the text and buttons smaller for mobile only as well? Try adding to Design > Custom CSS /* Links page spacing */ @media screen and (max-width:640px) { div#page-6070f49e5173800a11c0c79e .sqs-block { padding-top: 5px !important; padding-bottom: 5px !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment