Hi, my url is http://rootsyouth.org. I'm wondering why the slider (in multiple browsers) is offset to the right about 5-10 px. Anyone ever seen this before?
Frontpage Slider offset from shadow
5 posts from 3 voices-
Posted 2 years ago #
-
I have, and I still don't know how to fix it. :/
Posted 2 years ago # -
Hey,
please try the following:in your style.css file search for:
#featured object { padding-left:20px; }and remove it.
Then search for
#featured, #featured:focus { height:485px; outline:medium none; overflow:hidden; position:relative; width:960px; }and change it to
#featured, #featured:focus { height:485px; outline:medium none; overflow:hidden; padding:0 10px; position:relative; width:940px; }It did work when i used firebug to manipulate it localy, should therefore also work if you change it on your server.
Posted 2 years ago # -
Thanks, I'll give it a try.
Posted 2 years ago # -
I hope it helps :D
Posted 2 years ago #
Reply
You must log in to post.














