Forums

Moving Sidebar to the Left (3 posts)

  1. Yesha
    Member
    Posted 1 year ago #

    Does anyone know how to move the sidebar to the left?

  2. Samuel B
    moderator
    Posted 1 year ago #

    without a link or theme name - almost impossible to tell you
    usually that is controlled in the theme's style.css

  3. Yesha
    Member
    Posted 1 year ago #

    It's Modern Clix: the code from the style.css is below, i'm not sure what to change

    /* ----------------------------------------- [ Sidebar ] */

    #sidebar {
    margin: 0;
    padding: 1em 0 0 0;
    overflow: hidden;
    }

    #sidebar h4 {
    padding-bottom: .6em;
    line-height: 1.6;
    border-bottom: 1px solid #ccc;
    }

    #sidebar p {
    font-size: 1.1em;
    color: #111;
    }

    #sidebar .section input {
    width: 15.8em;
    margin: 0 0 1em 0;
    padding: 6px 6px 6px 23px;
    border: 1px solid #ccc;
    background: transparent url(images/bg-search.gif) no-repeat 7px center;
    font-size: 1.1em;
    float: left;
    }

    #sidebar ul.nav {
    margin: 0 0 2em 0;
    list-style-type: none;
    }

    #sidebar .nav li {
    margin: 0;
    padding: .4em 8px .5em 8px;
    font-size: 1.1em;
    line-height: 1.6;
    border-bottom: 1px dotted #bbb;
    }

    #sidebar .nav li.last {
    border-bottom: 0;
    }

    .section {
    margin: 0 0 1em 0;
    clear: both;
    overflow: hidden;
    }

    .section .col {
    overflow: hidden;
    }

    #content .section {
    margin: 0 0 2em 0;
    padding: 1em 0 0 0;
    border-top: 1px dotted #bbb;
    }

    #content .first {
    border: 0;
    }

    .submit {
    width: auto;
    padding: 0;
    border: 0;
    }

    .navigation {
    margin: 0 0 1em 0;
    padding: 1em 0 0 0;
    list-style-type: none;
    overflow: hidden;
    clear: both;
    }

    .navigation li {
    font-size: 1.2em;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic