I am using jCarousel. The problem is only in Chrome and Safari; the text gets wrapped/mangled.
I've done a lot of debugging and couldn't find cause of this issue.
Can any one please help me with this issue
Thanks in advance!
I am using jCarousel. The problem is only in Chrome and Safari; the text gets wrapped/mangled.
I've done a lot of debugging and couldn't find cause of this issue.
Can any one please help me with this issue
Thanks in advance!
Copyright © 2021 Jogjafile Inc.
This has some problem with the width ,
!important is taking precedence over in-line css for chrome and safari.
I removed !important from css and it started working fine.