- This topic has 6 replies, 2 voices, and was last updated 5 years, 9 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › SKT Spectacles Theme – Slider / Content Gap
Hello there,
I’m hoping you can help me with the gap size between the slider and the content on the home page of the SKT Spectacles. I want to remove the large gap between the slider and the home page content. See http://wearingkds.com to see what’s going.
Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { min-height:365px;}
.slider-main .nivoSlider { height:380px;}
.header .header-inner .logo { margin:20px 0;}
Regards,
Chris
Thanks for the fast response, but the code provided seems not to work. Is there something missing?
Hi,
Kindly use this one
.slider-main { min-height:365px;}
.slider-main .nivoSlider { height:380px !important;}
.header .header-inner .logo { margin:20px 0;}
Regards,
Chris
This code worked, Thank you!
Hey sorry to bother you again. But once I put the code in the website it shows up as a “loading” symbol on the mobile version. So it doesn’t work on mobile version. Refer back top the website to see what I mean
Hi,
Okay, use this CSS
.slider-main { min-height:365px;}
.slider-main .nivoSlider { height:380px !important;}
.header .header-inner .logo { margin:20px 0;}
@media screen and (max-width:767px) {
.slider-main { min-height:100px;}
.slider-main .nivoSlider { height:auto !important;}
}
Regards,
Chris
Why Your Hosting Solution Shapes First Impressions Before a customer contacts your team or visits your store to purchase any product or service, they first […]
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]