Home › Forums › Jevelin Theme › Blog post slider showing incorrectly on mobile
Home › Forums › Jevelin Theme › Blog post slider showing incorrectly on mobile
Hi there, I’m having problems with the blog post carousel at the end of these two pages:
http://www.theworldanvil.com/projects/nostalgia/
http://www.theworldanvil.com/projects/the-monad-system/
When seen on mobile, the posts are horribly stretched (see attached pictures). This both from iOS and Android. Is there a fix?
Thanks!
Hi @tommasodb,
Sorry to hear of the problem you are having.
Please use the following latest version of theme on your site.
Please login to access this file
Also please try temporary deactivating the photon module of Jetpack plugin.
Best regards,
Shufflehound team
Hi there. I need to wait. I know I’m one update or so behind but the last time I updated the whole site broke down, and I have a Kickstarter starting this Thursday. Can’t risk it. Will try at a later time.
Thanks!
Ok this can be plugin theme conflict issue so do take backup of your site from Tools -> Backup before updating theme.
Uhm, installed the theme (downloaded it from Envato, is it the same version? Got the notification today) and deactivated Photon, problem seems to be still there. I’ll give you access if you want to take a look (see secret section).
Thanks!
Solution for this topic
You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.slick-track {
max-width: 100%;
transform: none !important;
}
That did it, thank you! š
You are most welcome here š