Topic: Need a simple adjustment for slider

I am quite frustrated I cannot find where to adjust the left spacing of the slider on the template at the link below:

http://www.favtemps.com/ncscal/

I have tried hand coding and using DW and have asked on another forum why this slider is stubbornly too far to the right. No matter the browser, you can see the slider is not ligned up with the paragraph below it. I've adjusted spacing, margins, the width of the slider, making the position inheret or static etc. Long story short, I honestly can't figure this out.

I hope this is the appropriate forum to ask this question. To be honest I am new to forums, I try to figure things out myself rather than ask, but frankly I can't figure this out on my own. Any help is greatly appreciated. Thanks in advance.

Vote up Vote down

Re: Need a simple adjustment for slider

If you add "padding-left:0;" to #sliderContent (line 86 in "style.css") that should fix it. Because the slider uses an unordered list, you need to override the default left padding that browsers give <ul>s.

Benjamin Falk | Falken Creative : Twitter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter

Vote up Vote down

Re: Need a simple adjustment for slider

Brilliant Ben, I may need your help later on a slider I am having difficulty with.

Last edited by virtual (September 26, 2009 3:58 am)

Vote up Vote down

Re: Need a simple adjustment for slider

Dang, Benjamin, thanks so much. How the heck am I supposed to know that, you know? I did figure it had something to do with the unordered list of the links beside the slider, but in DW it did not show it was associated with an unordered list.

Your advice worked perfectly. I really appreciate it, thank you.

Vote up Vote down

Re: Need a simple adjustment for slider

favtm,
download Firefox and the firebug extension to be able to analyse the sites you are working on.

My signature goes here --> X

Vote up Vote down