Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS AnythingSlider Width Problem Re: AnythingSlider Width Problem

#103271
Mottie
Member

Hi @JPS66!

Look in the css for “Overall Wrapper” and set the padding to zero.

.anythingslider-themename {
margin: 0 auto;
/* 45px right & left padding for the arrows, 28px @ bottom for navigation */
padding: 0; /* 0 45px 28px 45px; */
}