Home › Forums › All Other Themes › Re: Home Page Slider (SKT Charity Pro)
- This topic has 5 replies, 2 voices, and was last updated 5 years, 8 months ago by Sonl Sinha.
-
AuthorPosts
-
January 10, 2019 at 9:57 pm #114714
Hello,
We are using the SKT Charity Pro Theme and would like to have some flexibility in terms of changing the size of the home page slider pictures. Currently, they take up a good deal of screen real estate. Our site can be viewed at hclv.org. Can you please provide some guidance to adjust the size?
Thank you,
ChrisJanuary 11, 2019 at 5:19 am #114724Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.slider-main { min-height:450px;} .slider-main .nivoSlider { height:520px;}
Regards,
DaveJanuary 11, 2019 at 12:53 pm #114748Hi Dave,
Thanks for the suggested code. It works, but is clipping (vertically clipping) some of the picture based on the viewing device. Is there code we can add to make the home page slider images smaller, while still maintaining all of the picture details? Even if there is white or black space on the left and right sides of the slider pictures, I think that would be OK.
Thanks,
ChrisJanuary 14, 2019 at 9:08 am #114827Hi,
Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.
Regards,
DaveJanuary 14, 2019 at 7:51 pm #114869Hi Dave,
Here are the links to the images and descriptions of how we would like to change the home page slider images.
https://imgur.com/pGLHkRM
https://imgur.com/hvzDHge
Thank you,
ChrisJanuary 15, 2019 at 7:17 am #114902Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.header .header-inner .logo { width:30%;} .nivoSlider img { width:76%; margin:0 auto;} .slider-main { min-height:483px;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.