@media only screen and (max-width: 359px) {
.rev_slider_wrapper .responsive-title {
font-size: 32px !important;
line-height: 1 !important;
}
.rev_slider_wrapper .responsive-subtitle {
font-size: 17px !important;
line-height: 1.2 !important;
margin-top: 20px !important;
text-align: right !important;
}
}
@media only screen and (min-width: 360px) and (max-width: 640px) {
.rev_slider_wrapper .responsive-title {
font-size: 36px !important;
line-height: 1 !important;
}
.rev_slider_wrapper .responsive-subtitle {
font-size: 19px !important;
line-height: 1.2 !important;
margin-top: 20px !important;
text-align: right !important;
}
}
Add .responsive-title and .responsive-subtitle classes in Slider and adjust sizes.
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.