Radhika22 Posted August 17, 2021 Posted August 17, 2021 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?
tuanphan Posted August 18, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Radhika22 Posted August 18, 2021 Author 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?
tuanphan Posted August 22, 2021 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 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.