cesarlanga Posted November 24, 2019 Share Posted November 24, 2019 Hello, I would like to make my mobile site title and tagline smaller as well as justified to the left. Website: decagon-pear-tmt5.squarespace.com Thank you Link to comment
tuanphan Posted November 24, 2019 Share Posted November 24, 2019 add to home > design > custom css @media screen and (max-width:640px) { header#header * { font-size: 15px; text-align: justify; text-align-last: left; } } 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
cesarlanga Posted November 28, 2019 Author Share Posted November 28, 2019 Thank you @tuanphan Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.