- This topic has 6 replies, 2 voices, and was last updated 5 years, 11 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
Do you want to activate WordPress plugins from the database? This term is new yet interesting to learn. And if you are looking for an […]
Image Gallery WordPress Plugins You’ve got stunning visuals, but WordPress’s built-in gallery block is too basic. It doesn’t let you do fancy layouts, lightboxes, or […]
Insert Headers and Footers Plugins When you need to add essential scripts—think Google Analytics, Facebook Pixel, or custom CSS—to your site, modifying theme files is […]