Okay
  Public Ticket #982042
Font Sizes
Closed

Comments

  •  2
    HawkeMedia started the conversation

    Amazing theme! 

    I'm having issues where the elements are appearing much smaller on a Microsoft's browser & Android Device's Samsung Browser than on Safari, Chrome, iPhone, etc. Any ideas on how to fix this or if it's controllable? 


    I have a 10” screen.  It’s a MS Surface so kind of a tablet.

    The Android phone is a Samsung Galaxy S7 running the latest Android, but I noticed the Chrome browser for the phone is working well – the Samsung browser is the issue.


  •  8,996
    Tahir replied

    Try the below css and see if that makes a difference . The Tablet has a HD Resolution so the Text would become smaller by default.

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (min-device-width: 1000px) {
        p {
            font-size: 21px !important;
        }
    }

    Thanks


    ThemeNectar Support Team