Okay
  Public Ticket #2370567
Website's name gets cropped on mobile devices
Closed

Comments

  •  1
    Nico78160 started the conversation

    Hey guys,

    Since I updated to Salient 12.0, my website's name (Hetcetera) gets cropped and isn't centered anymore on mobile devices (see the picture attached).

    Do you have any idea how to fix this?

    Thanks!

    Best

  •  3,021
    Andrew replied

    Hi Nico78160,

    Use the following custom css:

    @media only screen and (max-width: 768px){
        h1.top-heading span {
        font-size: 50px;
    }
    }
    

    Hope this helps.

  •  1
    Nico78160 replied

    Thanks a lot Andrew!