Reputation: 1
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
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
Reputation: 1929
Wrapp your page in div#wrapper and give it thius property
#wrapper{
width: 100%;
overflow: hidden;
position: relative;
}
Upvotes: 1