I'm having a hard time centering the image in my Smooth Slider Slideshowwhich is located in the right sidebar of my site.
Here's a screenshot of what I see when I select the proper portion of the screen while within Firebug... My issue is that I'm having a hard time figuring out what exactly needs to be modified.
Might you be able to help me? Thanks in advance for your time and consideration.
.sidebar ul li ul li a:link,.sidebar ul li ul li a:visited
{
color:#4b4e43;
display:block;
background:#e7e7e7;
border-bottom:1px solid #d2d2d2;
border-top:1px solid #f6f6f6;
padding:5px 0 5px 24px;
}
Remove or reduce that 24px padding-left.
__________________
Quote:
The Dream is not what you see in sleep; Dream is the thing which doesn't let you sleep. --(Dr. APJ. Abdul Kalam)
.sidebar ul li ul li a:link,.sidebar ul li ul li a:visited
{
color:#4b4e43;
display:block;
background:#e7e7e7;
border-bottom:1px solid #d2d2d2;
border-top:1px solid #f6f6f6;
padding:5px 0 5px 24px;
}
Remove or reduce that 24px padding-left.
Thanks!
Any idea how I move the words "Popular Posts" up so it appears above the line above the picture, similar to how the words "Who is Alvin" appears above the widget below it in the right sidebar?