Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #613616

    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

    #613910

    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

    #613990

    perfect thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile colour sections – smaller text?’ is closed to new replies.