Contractor Pro Theme: Problem with the slider in the mobile version

Home Forums All Other Themes Contractor Pro Theme: Problem with the slider in the mobile version

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #168795
    Christian FornaraChristian Fornara
    Participant
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: November 7, 2020

    Hello,

    i have a problem with the slider in the Contractor Pro Theme.

    http://prntscr.com/vh926x

    As you can see, the slider is wrapped under the images and a white background remains with a circular loader that loads endlessly.

    In the PC version this does not happen:

    http://prntscr.com/vh93d3

    I didn’t make any strange changes, I just replaced the images and text with the SKT editor

    Can you help me?

    #168851
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL please?

    Regards,
    Chris

    #168857
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    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) {
    body.site_boxed .nivoSlider {
        min-height: 200px !important;
    }
    }

    Regards,
    Chris

    #168862
    Christian FornaraChristian Fornara
    Participant
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: November 7, 2020

    Hello,

    thanks!! That actually work for me 🙂

    is it possible to reduce the yellow string? just reduce it by 10px above and 10px below I think

    #169023
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    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) {
    .skt-builder-home-section1-block .skt-builder-titlebg-block { padding:0 15px 15px !important;}
    .skt-builder-home-section1-block .skt-builder-block-title { font-size:23px !important;}
    }

    Regards,
    Chris

    #169256
    Christian FornaraChristian Fornara
    Participant
    • Topics: 3
    • Replies: 2
    • Total: 5
    Member since: November 7, 2020

    Thanks for the help 😀

    #169324
    Sonal S SinhaSonal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30796
    • Total: 30796
    Member since: August 16, 2013

    ????

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