Seleverdeanu Posted September 13, 2021 Share Posted September 13, 2021 Site URL: https://leopard-seal.squarespace.com/config/ Could you please help me with the Custom CSS coding in order to keep the whole image for mobile on About Me page. Many thanks Link to comment
tuanphan Posted September 16, 2021 Share Posted September 16, 2021 Hi, You mean top image? Add to Design > Custom CSS /* resize about image mobile */ @media screen and (max-width:767px) { [data-section-id="612d1deeb577d75aeea6faa4"] { min-height: unset !important; height: 35vh; } } 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
Seleverdeanu Posted September 17, 2021 Author Share Posted September 17, 2021 On 9/16/2021 at 3:00 AM, tuanphan said: Hi, You mean top image? Add to Design > Custom CSS /* resize about image mobile */ @media screen and (max-width:767px) { [data-section-id="612d1deeb577d75aeea6faa4"] { min-height: unset !important; height: 35vh; } } On 9/16/2021 at 3:00 AM, tuanphan said: Hi, You mean top image? Add to Design > Custom CSS Hi Tuan, Thank you so much 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