jQuery FlexSlider is causing horizontal scrollbar here: http://abhinavsood.com/labs/grab/
I have tried overflow-x: hidden
on flex-container but it doesn't seem to solve it.
Can anyone take a look and suggest a fix?
.flex-direction-nav .flex-next {
background-position: 100% 0;
right: -36px;
}
.flex-direction-nav .flex-prev {
left: -36px;
}
remove the left
and right -36px
, I don't see any arrows on your page so probably you can remove those elemnts inside flex-direction-nav
div