read more missing on mobile layout

Home Forums All Other Themes read more missing on mobile layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #47782
    KirkKirk
    Participant
    • Topics: 15
    • Replies: 15
    • Total: 30
    Member since: September 1, 2016

    AFI
    On mobile layouts, the read more button and descriptions are missing from the sliders. Only the title box shows up. I’m using Strong theme.

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

    Hi Kirk,

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

    Add this code there:

    @media screen and (max-width:768px){
    .slidedesc, .slidebtn{display:block !important;}
    }

    You have to adjust font size inside this media query.

    Regards,
    Dave

    #48644
    KirkKirk
    Participant
    • Topics: 15
    • Replies: 15
    • Total: 30
    Member since: September 1, 2016

    Thank you this worked. After further consideration, I’d just like to remove the slider altogether for mobile layout and the white block that appears underneath it.

    Would you mind providing css for that?

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

    Hi Kirk,

    Kindly add this code in custom css box:

    @media screen and (max-width:480px){
    #slidera{display:none;}
    }

    Regards,
    Dave

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