CSS-Tricks / AnythingSlider

A jQuery Slider plugin for anything.
http://css-tricks.github.io/AnythingSlider/
GNU Lesser General Public License v3.0
1.15k stars 380 forks source link

CSS for CS-portfolio demo; fixes #483 #484

Closed evildmp closed 11 years ago

evildmp commented 11 years ago

Adds some padding-bottom to div.anythingSlider-cs-portfolio.

Mottie commented 11 years ago

LOL I was just looking at this yesterday... my change was to add a margin:

.anythingslider-cs-portfolio {
    margin: 0 auto 50px auto; /* added 50px to bottom to accomodate controls */
    padding: 0;
}

it avoids pushing the navigation arrows down which happens when you modify the padding.

I'll push a new update shortly.