• I’m using full width slider for frontpage in this theme. The height of my images is 1000px but they are looking very weired in the slider because the slider makes their height very narrow. I need to increase the height of slider to get my images in perfect resolutions.
    Please provide some custom css code to do the same.

    Thanks in advance

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,

    1)Find orbit-1.3.0.css in wp-content >> themes >> biznez-lite >> css folder.
    2) find CSS code

    #featuredfullslider {
       height: 414px !important;
       overflow: hidden;
    }

    and replace with below code

    #featuredfullslider {
       height: 1000px !important;
       overflow: hidden;
    }

    3)save file.

    Best,
    Gunjan

    Thread Starter smhaseeb

    (@haseeb007)

    Okay, the above code helped a lot. But I have another issue.
    When I resize the window the slide again becomes 414px. I want to get the slider resized accordingly.

    Please help.

    Hi,

    Please change height of slider in media query(responsive) CSS also below in orbit-1.3.0.css file.
    Change height of slider in all #featuredfullslider{} id.

    Thread Starter smhaseeb

    (@haseeb007)

    Thanks Gunjan for such great support,
    I have changed the height everywhere in the orbit-1.3.0.css file but I can’t find “media query(responsive) CSS”. Please tell me the location of it.

    Thanks and Regards

    Hi,

    You can find media query css in bottom of style.css file.

    Best,
    Gunjan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to increase the height of slider?’ is closed to new replies.