- This topic has 1 reply, 2 voices, and was last updated 7 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Slider Question – how to decrease slider width, hide slider from mobile…
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.
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
Magento to WordPress Migration The migration process is indeed helpful for your dream business as your e-commerce business needs this buckle up to grow and […]
Promising WordPress Themes We have collected the most promising WordPress themes to guarantee the sustainable and revenue generating nature of your website revolving around any […]
Free WordPress Google Map Plugins Google Maps are the maps that can be integrated into your website to show the address in the proper way. […]