- This topic has 4 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Black/White Theme Support › Adjust slider heigt does not work
Hi,
I have reduced images of the slider to 1400*200 and entered this code into custom css
.header{padding:0px;}
There is a large white space below slider and I want that to remove, so the rest of the page will go up.
Can’t find how to to this on this forum, please assist.
Thanks you
(site: www.advocaathemel.nl)
Hi Ties,
Kindly go to Appearance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code there:
.slider-main{min-height:193px !important;}
Regards,
Dave
Thanks, that did the trick
It seems this only did the trick for viewing in browser.
When viewing site on mobile, the white space is still there.
Any solutions to that?
Hi Ties,
Add this code in custom css box:
@media screen and (max-width:768px){
.slider-main{min-height:auto;}
}
Regards,
Dave
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]