Support Home › Support Home › CVIT › WordPress Theme › Problem with slider
HI
I have a problem with the slider in the mobile version. The text looks bad. Words divide in the wrong way. The last character in the word goes to the next line. All text is broken. How to improve it?
Hello,
Please provide your website URL to review the issue to assist.
Best Regards,
ThemeLooks Support Team
Hi
http://www.olgazaryn.pl , only mobile version
Hello,
Please use the custom CSS below.
@media screen and (max-width: 991px){
.banner--content-left {
width: 50%;
word-wrap: normal;
}
}
Best Regards,
ThemeLooks Support Team
Dziękuję