ashleemundywebsitede Posted July 15, 2020 Share Posted July 15, 2020 Not asking a question but answering my own since I saw it addressed a couple times here! I was having trouble making just my mobile title smaller- when I adjusted it perfectly for desktop, it overlapped to two lines on mobile. This CSS code worked for me: @media screen and (max-width:767px) { a#site-title { font-size: 28px !important; } } Just adjust the font size to your liking! doverkohl and Suite 1 1 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