Home › Forums › SKT Full Width Forum › Contractor Pro Home Page Slider
- This topic has 5 replies, 2 voices, and was last updated 2 years, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
October 29, 2020 at 12:42 am #168009
Hi Guys,
I have been using the theme Contractor Pro and would like to stop the home page slider from filling up the whole page with the slide images.
Basically I want to have the copyright section at the bottom viewable without the user having to scroll down.
Had a play with CSS media but just can’t get it.
https://cowara.com.auThanks.
LaurenceOctober 29, 2020 at 1:47 am #168011I have added this but can’t get it to be full width without distorting the image.
Is there a better way?.slider-main .nivoSlider img {
max-width:1600px; max-height:750px !important; margin-left:7%;
}Also how do I remove the black line between the slider and the copyright section.
October 29, 2020 at 5:37 am #168015Also the Services Home Section I have set to 3 per row but its splitting them so row one is correct, 2nd row has 1 and 3rd row has 2.
Can we sort this please.
https://imgur.com/a/ljWQQ2POctober 29, 2020 at 12:58 pm #168061Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
.skt-builder-infoblock-column-area { min-height: 260px !important; }
Regards,
DaveOctober 29, 2020 at 1:06 pm #168063cool, changed to 257 and working.
Also how do I remove the black line between the slider and the copyright section as mentioned above.
https://imgur.com/a/V0RpprUOctober 30, 2020 at 11:20 am #168133Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#copyright { border-top:none;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.