TimTom Posted February 13, 2020 Share Posted February 13, 2020 Site URL: http://somyahastekar.com http://somyahastekar.com How can I stop autosizing of text block on higher resolutions? On this website, right next to the profile picture there is text block that gets really big on higher resolution. It pushes all the content below it. On mobile it works fine. Please help. Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 Add to Home > Design > Custom CSS @media screen and (min-aspect-ratio: 1/1) and (min-width: 1920px) { div#block-yui_3_17_2_1_1545150382297_9389 * { font-size: 40px; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.