• The Sidebar color only stays for the length of widgets. If i click on individual posts which are longer, i just see a blank space below the sidebar. How can i extend the sidebar to go all the way to the post’s length?

Viewing 1 replies (of 1 total)
  • Abh….
    saw you roost and i have the same problem! someone answer to me and it worked. here is the answer!

    As for your sidebar. I know why you were finding this hard to work out, I was too. The theme hasn’t been coded right that’s why you were finding it hard. If you take a look in the style.css on line 287 (or below). They have made a background image to do the background colour. Which is totally wrong.

    .col-2cl .main-inner {
    background: url(img/sidebar/s-right-s1.png) repeat-y right 0;
    padding-right: 340px;
    }

    The easiest way around this would be to copy that image and edit that copy with your preferred colour. Or if you want it white just add this Into your custom.css:

    .col-2cl .main-inner {
    background: none;
    }

Viewing 1 replies (of 1 total)

The topic ‘Problems with sidebar color’ is closed to new replies.