Display slider description on mobile

Home Forums All Other Themes Display slider description on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #141165
    Meriem ChikhMeriem Chikh
    Participant
    • Topics: 3
    • Replies: 0
    • Total: 3
    Member since: September 10, 2019

    Hello,

    I’m using SKT Film maker theme pro version, on this website : https://www.manon-cinema.fr

    I need to display the slider description on the home page header, on mobile version Please.

    I already disabled the navigation dots, to have more space, but I dont know how to display the slider description just like in the desktop version (same padding and margin please), can you help me out?

    Thanks a lot

    #141205
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    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:767px) {
    .nivo-caption { transform: none !important; top:15% !important;}
    .title { padding-bottom:0 !important;}
    .slidedesc { padding-top:10px !important;}
    .slidedesc, .slidebtn { display:block !important;}
    }

    Regards,
    Chris

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