Home Forums Jevelin Theme Blog post slider showing incorrectly on mobile Reply To: Blog post slider showing incorrectly on mobile

Home Forums Jevelin Theme Blog post slider showing incorrectly on mobile Reply To: Blog post slider showing incorrectly on mobile

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;
}