• Hello, I’ve been fooling around for hours trying to figure this out and I can’t get it. I managed to install a 2nd sidebar and it’s functioning properly. However, it’s too close to my text and I figure this has got to be a CSS problem. I just want to move it over to the right more. My test site URL is http://kimsnewsite.truefocusgroup.com/?page_id=26

    This is my CSS code:
    #sidebar2 {
    float: right;
    width: 250px;
    margin-top: 40px;
    font-size: 12px;
    }
    .sidebar2-box { margin-bottom: 30px }
    .sidebar2-box h4 {
    color: #333;
    font-size: 12px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-style: normal;
    }
    .sidebar2-box ul {
    list-style: none;
    }
    .sidebar2-box li{
    margin-bottom: 5px;
    }

    What am I missing? My knowledge of CSS is still beginner but if anyone can help, I’d appreciate it!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Moving 2nd sidebar’ is closed to new replies.