• Resolved karanjhanwer

    (@karanjhanwer)


    Hi,
    The slider is looking stretched on the mobile version. Kindly let me know how can i fix it ?? ?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    The cause of this is custom style. Please replace this code in Appearance → Customize → Additional CSS:

    .frontpage-slider .owl-carousel-item img {
    	width: 950px;
    	height:450px;
    	margin: 0 auto;
    	display: block;
    	width: 100%;
    }

    with this:

    .frontpage-slider .owl-carousel-item img {
    	width: 950px;
    	height:auto;
    	margin: 0 auto;
    	display: block;
    	width: 100%;
    }

    Kind regards

    Thread Starter karanjhanwer

    (@karanjhanwer)

    Thank you ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Slider looking stretched in mobile’ is closed to new replies.