Viewing 2 replies - 1 through 2 (of 2 total)
  • without a link or theme name – almost impossible to tell you
    usually that is controlled in the theme’s style.css

    Thread Starter Yesha

    (@yesha)

    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;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Moving Sidebar to the Left’ is closed to new replies.