Custom CSS, CANNOT LINE UP THE IMAGE SCROLLER

http://www.shaunhillphotography.co.uk/

I have an image scroller on my front page and I want it to span the width of the white space. I had it working earlier but accidentally removed the code when I was tweaking the customer CSS.

Read More

It looks like it relates to:
#riva-slider{
}

I don’t know what I need to put in to get the positioning correct.

Any help would be gratefully appreciated.

Related posts

Leave a Reply

2 comments

  1. You can try increasing the width of the shell and using margin-left to push it to the edge of whitespace.

    #riva-slider-1-shell {
        width: 1000px;
        margin-left: -25px;
    }