CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   How Do I Center this Image? (http://www.codingforums.com/showthread.php?t=269730)

mrniceguy 08-07-2012 02:51 AM

How Do I Center this Image?
 
Good evening.

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.

abduraooft 08-07-2012 09:09 AM

at line 600 of your CSS, you have
Code:

.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.

mrniceguy 08-07-2012 11:17 PM

Quote:

Originally Posted by abduraooft (Post 1258446)
at line 600 of your CSS, you have
Code:

.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?

Here's a screenshot of what I'm talking about.

Thanks again for your help.


All times are GMT +1. The time now is 05:40 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.