Home › Forums › SKT Biz/Corp Theme Support › SKT Local Business Pro slider width
- This topic has 7 replies, 2 voices, and was last updated 7 years, 6 months ago by Sonl Sinha.
-
AuthorPosts
-
May 10, 2017 at 3:55 am #71680
Hi Support:
I am using SKT Local Business Pro and adjusted the home slider width to match the navigation bar width by the following code:
#slider{width:73.4% !important; margin:0 auto !important;}
.nivo-controlNav{left:18% !important; bottom:14% !important;}The slider width now match the navigation bar width on my pc, but dose no match on some pc including the mobile. Also the slider text overlap the header on mobile, wonder is there a way to match slider width with navigation width on all devices, and also no text overlapping issue?
Thanks
May 10, 2017 at 4:54 am #71683Hi,
Kindly show us your website URL so that we can assist further.
Regards,
ChrisMay 10, 2017 at 5:05 am #71686Hi Chris:
Please find the URL: http://fiscalagents.leafcom.website/
Thanks
May 10, 2017 at 5:25 am #71695Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#slider { width:1160px;}
@media screen and (min-width:320px) and (max-width:1159px) {
#slider { width:100%;}
.slider-main { padding:0 10px;}
}Regards,
DaveMay 10, 2017 at 5:41 pm #71807Hi Dave:
Added the code suggested but the issue still there. Should I remove the following old code after adding the new code?
#slider{width:73.4% !important; margin:0 auto !important;}
.nivo-controlNav{left:18% !important; bottom:14% !important;}Thanks
May 11, 2017 at 4:51 am #71829Hi,
Remove only width in old code.
Example:
#slider{margin:0 auto !important;}Regards,
ChrisMay 11, 2017 at 11:19 pm #71943Hi Chris:
Tried the following code:
#slider { width:1160px;}
@media screen and (min-width:320px) and (max-width:1159px) { #slider { width:100%;} .slider-main { padding:0 10px;} }
.nivo-controlNav{left:18% !important; bottom:14% !important;}new issue – slider shifted to the left border, any clue?
Thanks
May 15, 2017 at 6:37 am #72072Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#slider { width:1160px !important; margin:0 auto !important;}
@media screen and (min-width:320px) and (max-width:1159px) { #slider { width:100% !important;} .slider-main { padding:0 10px;} }
.nivo-controlNav{left:18% !important; bottom:14% !important;}Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.