- This topic has 3 replies, 2 voices, and was last updated 8 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Home › Forums › SKT Biz/Corp Theme Support › Resize Slider Title Box
I can’t get the title boxes for the slider to resize for the mobile and tablet views.
Hi,
Kindly show us your website URL so that we can assist further.
Regards,
Chris
http://www.johnkinuthia.com
Hi,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.nivo-caption { left:20px !important; max-width:inherit !important; width:60% !important;}
.title { font-size:13px !important;}
}
@media screen and (min-width:768px) and (max-width:1024px) {
.nivo-caption { left:20px !important; max-width:inherit !important; width:60% !important;}
}
Regards,
Chris
