Change slider width and height

Discussion in 'Infoway WordPress Theme' started by allinet, Mar 26, 2015.

  1. allinet

    allinet New Member

    Joined:
    Feb 13, 2014
    Messages:
    10
    Likes Received:
    0
    I use this in custom CSS to change home page slider width and height, however it does not produce any changes

    #featured .ui-tabs-panel img {
    width: 900px;
    height: 330px;
    }

    Please advise.....
     
  2. sameerwalkar

    sameerwalkar Guest

    Hi,


    Try putting the below code:

    Please paste the code in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    div#slides{
    width: 900px;
      height: 330px;
      margin-left: 135px;
    }
    div#slide-box {
      height: 330px;
    }
    .slide-img{
    width: 900px;
      height: 330px;
    }
    .slides_container.col-full.slide-fix {
      height: 330px;
    }
    .slider-container {
      height: 400px;
    }
    Regards,
    Sameer
     

Share This Page