Forums

Just need to know how to shift some writing to the right on the sidebar, thx!! (2 posts)

  1. eliteuser
    Member
    Posted 2 years ago #

    Hey everyone,

    I have some writing on the sidebar that just needs to be shifted to the right, I couldn't find the code in my CSS file (maybe I am blind lol).

    I just need to shift it to the right like this picture: http://i39.tinypic.com/30djol5.png

    Here is my website: http://sitedemonstration.hostei.com/

    Here is my code:

    /* sidebar */
    
    #sidebar {
    	font-family: arial, verdana, tahoma;
    	font-size: 13px;
    	width:360px;
    	float:right;
    	margin:0;
    	padding: 0px 13px 0 0;
    }
    
    #sidebar h2{
    	font:normal 13px arial, georgia, times;
    	background-image: url(http://thanksgoogle.com/wordpress/images/populararticle-topbg.jpg);
            background-repeat: no-repeat;
            height: 31px;
            color: #000;
    	margin: 0;
    	padding: 6px 0 0 20px;
    }
    
    #sidebar label{
    	font:normal 13px arial, georgia, times;
    	color: #fff;
    	margin: 0;
    	padding: 0px 0px 0px 0px;
    }
    
    #sidebar p {
            margin:0;
            padding: 0 6px 0 12px;
    }
    
    #sidebar img {
            padding: 0;
            margin: 0;
    }
    
    #sidebar ul {
    	margin:12px;
    	padding:0;
    	}
    
    #sidebar ul li {
    	margin: 0;
    	padding: 0;
    	line-height: 14pt;
    	list-style-type: none;
    	}
    
    #sidebar ul ul {
    	margin:14px 0;
    	padding:0;
    }
    
    #sidebar ul ul li {
    	list-style-type: none;
    	}
    
    #sidebar ul ul ul{
    	margin: 0;
    	padding: 0px;
    }
    
    #sidebar ul ul ul li{
    	padding: 0 0 0 15px;
    	list-style-type: square;
    	color: #898989;
    }
  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Edit style.css (line 362) and change:

    #sidebar ul ul {
    margin:14px 0;
    padding:0;
    }

    to

    #sidebar ul ul {
    margin:14px 0 14px 10px;
    padding:0;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic