Hello;
Slider Title (Corporal Slider) is not responsive
How to make it RESPONSIVE?
Thank you
Slider Title is not responsive
Moderator: forum_m
-
- Posts: 7221
- Joined: February 26th, 2015, 1:40 pm
Re: Slider Title is not responsive
Hii hadad2016,
Paste the below CSS in Custom CSS box and save -
@media(max-width:480px){
#home1 .carousel-caption h1 {
font-size: 16px !important;
}
}
Thanks.
Paste the below CSS in Custom CSS box and save -
@media(max-width:480px){
#home1 .carousel-caption h1 {
font-size: 16px !important;
}
}
Thanks.