• Resolved gabriratti

    (@gabriratti)


    Hi!
    How I can change the size of all images of the slider, including the three thumbnails? The slider is to big for my page, I need to be smaller.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    You can change the size of the images of the slider and thumbnail images.

    Follow the simple steps->

    1) Go to Appearance -> option Panel -> General .
    2) Add the given css rules in the Custom CSS Box .
    3) ` .slide_content {height: ‘your value’;}
    .slider-thumb{height:’your value;}
    .slider-thumb-container{height:’your value;}`
    4) Save the Changes.

    You are done!!

    NOTE-> The above changes will effect the responsiveness of the theme.
    Thank’s

    Thread Starter gabriratti

    (@gabriratti)

    Thank you very much, is set up perfectly.
    There is also a way to adjust the width of slider?

    Thread Starter gabriratti

    (@gabriratti)

    Another problem is that when I change the size, responsive design does not work properly. When the screen becomes smaller (eg a smartphone), the distance between the slider and the first title is to big. Hw can I fix that?
    The web is http://www.ioconsrl.com/ejemplo2

    Hi gabriratti,

    Fixed your smaller screen, slider and first title distance problem.

    You can paste below code in your custom css box.

    .slide_content { height: 50%; }

    It resoled your slider responsive problem.

    Thank’s

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘size of slider’ is closed to new replies.