Slider Images Home Page

Discussion in 'ColorWay WordPress Theme' started by rachelkatz45, Jan 20, 2016.

  1. rachelkatz45

    rachelkatz45 New Member

    Joined:
    Jan 15, 2016
    Messages:
    7
    Likes Received:
    0
    Hi,
    How do I change the size of the slider images on my homepage? Or how can I upload a normal size picture and have it resize automatically in a proportionate way? Whenever I upload a normal size picture to use for the slider, it looks extremely disproportionate and stretched out...
    Thank you!
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    To change slider image size, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .bg-img img {
        width: 1130px;
        height: 442px;
        margin-left: 18px;
    }
    .sl-slide-inner {
      left: 21px;
    }
    Note: Change numeric value as per your requirement.

    The standard size of the image is already mentioned in Theme Option panel of your dashboard...

    Please have a look over screenshot given below..

    slider_standard_size.png

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page