The main button (next to the slider) looks great on a desktop or tablet, but my button text is too "long" on a mobile device, and it breaks into two lines... Is there a way to change this font definition to a smaller font just on mobile devices?
Hello, Could you please provide us URL of your website so that we can assist you accordingly? Thanks, Praveen
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media only screen and (max-width: 480px){ .signup-text .button1 { font-size: 18px !important; } } Thanks, Praveen