Jump to content

Banner in aligned to left in minic slider


Recommended Posts

Hello... my shop is now live.

 

The problem solved when I installed the new version of minic slider. But a new problem aroused when I upgraded the plugin... I cant adjust the slider image width and height from the plugin settings. It always comes in 100%.

So I my self made a solution for it.

I made some changes in   nivoslider.css

 

I changed the values the width and height as per my requirement.

 

.nivoSlider {
    position:relative;
    width:100%;           ------------------->  1100px
    height:auto;           --------------------> 370px
    overflow: hidden;
}

 

This is the right way to fix this problem?

 

Because now am getting the correct alignment and dimension for my banner. But I am experiencing a problem on my first image in the slider. Its not fit with the slider area.

 

You can see the current status here http://thriti.com

Edited by prasoonprahaladan (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...