Hi,
My page shows overlapping text on the below section when the window is anything smaller than ‘Full view’. Can anyone fix this? Looks messy.
Thanks ![]()
Hi,
My page shows overlapping text on the below section when the window is anything smaller than ‘Full view’. Can anyone fix this? Looks messy.
Thanks ![]()
Go to Online Store->Theme->Edit code
Asset->/theme.css->paste below code at the bottom of the file.
@media only screen and (min-width: 590px){
#shopify-section-162853743403e7833c .h3, #shopify-section-162853743403e7833c h3 {
font-size: calc(var(--typeHeaderSize)*.70) !important;
}
}
Thanks!
Excellent, thank you once again!