A space to discuss online store customization, theme development, and Liquid templating.
Hi there,
Can someone please help me figure out why the headers are not scaling on mobile on the Dawn theme. Im looking at "forlovelsesringe" on a iPhone xs and 11 : https://liljefeltjewellery.com/pages/forlovelsesringe
Is there a limit to characters in the heading?
@Michell_Lil
Add this code in theme.scss or theme.css file
@media only screen and (max-width: 600px) {
.main-page-title {
margin-bottom: 3rem;
font-size: 32px !important;
}
}
I am not sure about the OP but this did not work for me. My header is not scaling on mobile and I too am using Dawn. There is no theme.scss or theme.css. There is only the base.css file.