Viewing 2 reply threads
You must be logged in to reply to this topic.
Hello:
The Codeless slider text appears very small on mobile. How can I adjust the text so it is still responsive but displays larger on a mobile view? I’d like the text to displat as large as some of the other elements on my homepage (see “Why Choose Us” header about halfway down page). The slider display perfectly on a laptop/desktop screen.
Website is: https://garrigans.hostcentric.com/new-site/
Thank you!
Ivy
Hello,
Please add this code into your custom css box:
@media (max-width:480px){
.codeless_slider .swiper-slide .content p {
font-size: 16px !important;
line-height: 16px !important;
margin-top: 1px;
}
}
Let us know.
Best regards!
You must be logged in to reply to this topic.