Comments 1Nico78160 started the conversationApril 21, 2020 at 8:31amHey 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,021Andrew repliedApril 21, 2020 at 8:44amHi Nico78160,Use the following custom css: @media only screen and (max-width: 768px){ h1.top-heading span { font-size: 50px; } } Hope this helps. 1Nico78160 repliedApril 21, 2020 at 8:48amThanks a lot Andrew! Sign in to reply ...
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
Hi Nico78160,
Use the following custom css:
Hope this helps.
Thanks a lot Andrew!