Home › Forums › SKT Full Width Forum › skt construction pro slider height
- This topic has 5 replies, 2 voices, and was last updated 5 years, 9 months ago by
Sonnal S Sinha.
-
AuthorPosts
-
February 22, 2018 at 10:34 am #94865
Hi,
i feel my slider image height is too large, how to resize it?
also in the “set feature image”, i want that image size to be fit to the page, now it’s too large both width and height.
thanks for your helpFebruary 22, 2018 at 12:01 pm #94890Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisFebruary 24, 2018 at 8:37 am #94986my site: africaaffinepartners.com if you look at the slider images, they get wider down and then i can’t see my homepage content until i scroll down. i want resize that one and make it smaller so that the visitors can see slider image and the homepage content as well. also if you click on “About” you will see the featured image i inserted there is hugely too large, how to resize it?. thanks
February 26, 2018 at 5:16 am #95042Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.nivoSlider { height:400px !important;} .innerbanner { height: 300px; overflow: hidden;} @media screen and (max-width:1023px) { .nivoSlider { height:auto !important;} .innerbanner { height: auto; overflow: hidden;} }
Regards,
ChrisFebruary 26, 2018 at 6:48 am #95050Hi,
The innerbanner width is still too large, here is my URL: africaaffinepartners.com. click on “Services” tab, then “Construction” and then click on Urban Roads & Services, you will see what i mean.
thanksFebruary 26, 2018 at 11:01 am #95058Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.innerbanner { width: 1160px; margin: 0 auto;}
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.