Jump to content

Why image slider not appearing in full size ?


chitrag

Recommended Posts

Hi,

 

I tested imageslider in my site http://egtours.com/test.php

But it does not appear in full size.

#ninja-slider div.slider-inner {

    margin:0 auto;/*center-aligned */
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#ninja-slider.fullscreen .slider-inner {
    width:95%;
    max-width:900px;
}

  • Make the slider full-width (100%)

Just remove the max-width setting in the ninja-slider.css, e.g.#ninja-slider div.slider-inner { max-width:800px; }

 

I made changes as above as advised from plug in maker but nothing change

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...