Important Note


We have shifted our support forum with more advance feature, So if you are Pro buyer at InkThemes.com, Do ask all your support queries at http://www.inkthemes.com/community



InkThemes Support Forum » Colorway Theme

Shorter Images in Slider

(4 posts)
  1. bshultz
    Member

    Member
    Joined: Mar 2012
    Posts: 1

    Hi,

    I need to be able to use images in the slider that are shorter than 350px.

    254px works fine with a little customization of css, but am not able to add multiple images without the slider breaking in Firefox/Chrome/Safari. Bizarrely, it works OK in IE9.

    Site needing smaller slider images - www.hotheadskc.com

    Here is the Colorway theme with multiple slider images of height 254px- working in IE9 but nothing else.

    Appreciate the help. Inkthemes Pro Subscriber here.

    Posted 1 year ago #
  2. Nitesh
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,888

    Please undo customization that you have done,

    paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    .slides_control {
        min-height: 266px;
    }
    .slide-img {
           height:255px;
    }
    .slider-container {
    height: 300px;
    }

    It will work fine.

    Thanks.

    Posted 1 year ago #
  3. cloudmiami
    Member

    Member
    Joined: May 2012
    Posts: 1

    And, how could I set for the WIDTH? if my slider pictures are 640 x 480.

    Posted 12 months ago #
  4. Harmeet
    Support Staff

    Support Staff
    Joined: Dec 2011
    Posts: 1,794

    You can reduce the width of the image by adding this code in custom css but it would not look nice on the page. try using image whose width is 928px

    .slide-img {
    width: 640px;
    }

    Thanks.

    Posted 12 months ago #

RSS feed for this topic

Reply

You must log in to post.