The homepage banner-title doesn’t seem to be responsive. With a one word title (“Consultancy”) the theme always breaks the word on a mobile site (such as Pixel 3a) rather than make the text smaller. I think it relates to lead banner-title but can’t see how to change this behaviour.
Dear AdjuaP,
There are no such options available in our theme to reduce banner title font size. However you can reduce by manually for that please add the additional CSS below:
@media only screen and (max-width: 767px) {
.home-bxslider .lead {
font-size: 35px;
}
}
Note: ” 35px” adjust value as per your requirement.
Best Regards!
Author
Posts
Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.
By continuing to use the site, you agree to the use of cookies. more information