Slider Question – how to decrease slider width, hide slider from mobile…

Home Forums All Other Themes Slider Question – how to decrease slider width, hide slider from mobile…

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #91819
    Katharine MartinKatharine Martin
    Participant
    • Topics: 4
    • Replies: 1
    • Total: 5
    Member since: January 2, 2016

    Hello, I’m using the Bizness pro theme. And I had a few questions:

    1. I was wondering how I can decrease the width of my slider so that it fits the width of the option ribbon above it?

    2. I also want to know how I can hide the slider from mobile or if I can hide it depending on the audience’s screen size because the slider looks terrible on mobile.

    3. Finally, on the homepage, the content and right-hand menu overlap the slider. Is there a way to make it not overlap?

    The site is www.quarkndagger.com and also www.epzone.quarkndagger.com And I just purchased all of your themes yesterday.

    Thank you for your assistance.

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

    Hi,

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

    .slidefix { width:100% !important; margin:0 !important;}
    section#home_slider { display:table !important;}
    .mainpage-area { margin-top:40px !important;}
    
    @media screen and (max-width:767px) {
    section#home_slider { display:none;}
    .mainpage-area { margin-top:40px;}
    }

    Regards,
    Chris

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