Theme button looses text on mobile view

Home Forums SKT Full Width Forum Theme button looses text on mobile view

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #62465
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Hi,

    I’m using build in gradient button on my site and the text is not inside button when in mobile view.

    Please check screenshot:

    screenshot

    #62554
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code there:

    @media screen and (max-width:479px){
    .grad-btn-x-large, .simple-btn-x-large{padding:0 20px !important;}
    }

    Regards,
    Brad

    #62657
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Checked on Android 5.0 phone:

    Chrome says it’s OK.
    Dolphin browser says OK.
    Firefox says NO. Same as reported above. I deleted Cache and all private data from Firefox.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.