user3046819
user3046819

Reputation: 1

FlexSlider2 - Can´t make Full Width, Left and Right White Spaces

I am trying to make a flexslider 2 Gallery Full Width, but without any sucess. The FlexSlide is width:100% and I erase the borders. Cant get rid of the white spaces.

http://www.dayoneconcept.pt/emteste/index2.html

Thanks you for your help.

Upvotes: 0

Views: 220

Answers (2)

Maloke
Maloke

Reputation: 224

I suggest you to rewrite the whole code. Its very messy.

There's a element with a 500% negative padding and i see no reason for that, and a bunch of others crazy things.

You will have many problems with this layout if you leave the way it is.

Upvotes: 0

Andrii Gordiichuk
Andrii Gordiichuk

Reputation: 1929

Wrapp your page in div#wrapper and give it thius property

#wrapper{
    width: 100%;
    overflow: hidden;
    position: relative;
}

Upvotes: 1

Related Questions