Resize slider container

Discussion in 'ColorWay WordPress Theme' started by amgherini, Nov 26, 2013.

  1. amgherini

    amgherini New Member

    Joined:
    Oct 11, 2013
    Messages:
    8
    Likes Received:
    0
    Our pictures in the slider seem to be distorted. I have resized the pictures to be the size of the container, but they still look off. Is there a way to resize the container so the photos don't look so distorted? www.amgtrustlaw.com.
    Thank you.,
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    We have checked your website and it seems that you are not using recommended dimension image for your slider.

    Recommended dimension for slider images is 897px width x 355px height.

    Slider will look good.
     
  3. estherpalermo

    estherpalermo New Member

    Joined:
    Jan 22, 2012
    Messages:
    4
    Likes Received:
    0
    Hi Gaurav, I have similar problem. I think the recommended container size is simply too small.
    How can we adjust the container size from 897 x 355 to say 900 x 500 pixels without upsetting the rest of the page?.

    Thanks,
    Esther

    http://sjachapel.org/
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    It is not possible to increase the width of slider, but if you want to increase the height of slider then,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .slider-container {
    height: 500px!important;
    }
    .slide-img {
    height:500px!important;
    }
    .slides_control {
    min-height:498px!important;[/FONT]
    }
    .slide-fix{
    padding-bottom:48px!important;
    }
    Adjust its value as per your requirements.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page