SKT Strong Theme – Slider Navigation

Home Forums All Other Themes SKT Strong Theme – Slider Navigation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #72761
    Chris SwindellsChris Swindells
    Member
    • Topics: 4
    • Replies: 3
    • Total: 7
    Member since: May 16, 2017

    Hi,

    I am using the SKT Strong theme and have a question about the slider navigation buttons.

    They are ok on desktop view but in mobile view they are covering the image, I would like to take the navigation buttons(right) and the dots(left) off in mobile view so you can just see the image and text.

    If it possible I would like to centre the text as well.

    I am not code savvy so a css fix for this would be appreciated.

    My website is www.businessvolunteers.co.uk

    Any help with this would be appreciated.

    Thanks

    Chris

    #72775
    Doug LieblerDoug Liebler
    Member
    • Topics: 1
    • Replies: 3
    • Total: 4
    Member since: May 19, 2017

    I have the same problem with the SKT Strong Pro version, the error message I get on my site is the same I see on your site

    complete.js?ver=1:184 Uncaught TypeError: Cannot read property ‘classList’ of null
    at complete.js?ver=1:184

    I will be watching this thread in hopes it will fix my issue as well.

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

    Hi,

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

    @media screen and (max-width:767px) {
    .theme-default a.nivo-prevNav { left:10px !important;}
    .theme-default a.nivo-nextNav { left:47px !important;}
    .title { font-size:14px !important; text-align:center !important; display:table !important; margin:1px auto !important;}
    .nivo-caption { left:0 !important;}
    }

    Regards,
    Chris

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