slidedesc on mobile

Home Forums All Other Themes slidedesc on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #208150
    Jannes VermeerschJannes Vermeersch
    Participant
    • Topics: 6
    • Replies: 2
    • Total: 8
    Member since: January 31, 2023

    Hi, I would like to show the .slidedesc class also on mobile (the smallest @media width).

    Thank you. Jannes.

    www.boomverzorgingvermeersch.be

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    .slidedesc, .slidebtn { display:block !important;}
    .slidedesc { margin-bottom:10px; font-size: 16px !important;}
    .slidebtn a { padding: 5px 15px;}
    .title { font-size:26px !important;}
    }

    Regards,
    Chris

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