Slider Background width

Viewing 2 posts - 1 through 2 (of 2 total)
  • #3088
    mobywan
    Participant

    Is there any way to decrease the width of the black background on the home page slider gallery?

    #3089
    mobywan
    Participant

    Got it, had to adjust the margins – here’s what I did (keeping in mind you have to delete the /’s).

    #slider {
    position:relative;
    height:400px;
    padding:5px 0 5px 0;
    margin:5px 250px 5px 250px;
    background:#151515;
    -moz-box-shadow:0px 0px 20px #999;
    -webkit-box-shadow:0px 0px 20px #999;
    box-shadow:0px 0px 20px #999;

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.