Tagged: mobile
Hi, how can I make the text go smaller on mobile colour sections? It’s still too big and dominates on smartphone.
I’ve reduced the padding with your code and have set a name for the section so can use quick css. Site link and code copied into the private area
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
#coloursection h1.av-special-heading-tag { font-size: 18px !important; }}
Regards,
Yigit
perfect thank you