Home › Forums › All Other Themes › White Space under slidder
- This topic has 9 replies, 2 voices, and was last updated 8 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
March 31, 2016 at 10:59 am #28826
Hi there,
I have the SKT White theme, and have created the sliders for the main page, but there is a huge white space under the slider. How do I reduce this?
Also, when I resize the browser window, my slider resizes correctly, but the text and buttons dont, and get chopped off. Is there a way to fix this too?
thanks
Mark
March 31, 2016 at 11:49 am #28834Hi Mark,
Kindly show us your website URL.
Regards,
DaveApril 1, 2016 at 10:52 am #28991Hi Dave,
site is http://test.smikar.com
Thanks again
Mark
April 1, 2016 at 12:23 pm #29001Mark, Your website images appears broken. Kindly check and confirm.
Regards,
DaveMay 17, 2016 at 7:47 am #33857Hi Dave,
Sorry for the late reply. Site is up now, is there anything you can recommend to remove the space under the slider image?
Also, when resizing the browser (ie making it smaller) the text in the slider cant be read as there isnt enough room.
Thanks
Mark
May 18, 2016 at 5:04 am #33959Hi Mark,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slider-main{height:auto !important; min-height:285px !important;}
My suggestion on this to make slider images height little bit larger so that slider description doesn’t cut.
Regards,
DaveJune 9, 2016 at 10:31 am #36563Thanks Dave,
That worked perfectly. Ill play with the image sizes further.
One other thing, how do I change the drop down menu colour from the light gray to black?
thanks again
Mark
June 9, 2016 at 11:42 am #36580Hi Mark,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.header .header-inner .nav ul li:hover > ul{background:#000000 !important;}
Regards,
DaveJune 9, 2016 at 11:46 am #36582HI Dave,
doesnt seem to work. I have the following in the custom css box
.slider-main{height:auto !important; min-height:285px !important;}
.header .header-inner .nav ul li:hover > ul{background:#000000 !important;}Is there something that I am missing?
thanks again
Mark
June 9, 2016 at 11:54 am #36586Hi Mark,
Try this hope it works:
.nav ul li ul{background:#000000 !important;}
Remove this code .header .header-inner .nav ul li:hover > ul{background:#000000 !important;} from custom css box.
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.