Support » Themes and Templates » Monochrome HELP

  • I’m using the Monochrome theme, as you’ll see on adamcorley.com. I was wondering if there is a code to make a left sidebar, and if not, if there is a code to make the right sidebar wider and make it have two columns in it. Please help, I need serious answers.

    Even if you see an answer, please leave your own!

Viewing 7 replies - 1 through 7 (of 7 total)
  • You’re not really going to get a left sidebar on that theme as the left side is taken up by the post meta information. The right sidebar could be split into 2 (rather narrow) sidebars but it would take extensive theme editing and re-styling to pull off.

    Thread Starter adamcorleycom

    (@adamcorleycom)

    I can handle the time. Do you have the code possible?

    when I checked your site, it already had a right column.

    your site now has a right column (called right_col), a left column (called #left_col), and a main area (called .post_content_wrapper).
    Did you change it since the post ?
    If not, could you be more specific as to what you want to achieve ?

    Thread Starter adamcorleycom

    (@adamcorleycom)

    I want to make the right column wider and divide it in half, as in other themes.

    I want to make the right column wider and divide it in half, as in other themes.

    WHAT other themes ? can you give an example ?
    If we do not see WHAT you want to do, we can not help (at least I can´t)

    in general, (and again – if i correctly understand your needs) you just have to take right_col, and divide it in two with
    <div id=”right_col_r”> and <div id=”right_col_l”> (for example)

    then #right_col_r float to right and right_col_l float to left, both relative to right_col which should be bit wider and positioned correctly relative would be nice)

    Thread Starter adamcorleycom

    (@adamcorleycom)

    Thanks. And I don’t have any names, but I’ve seen it. Okay, I’ve copied the code. How do I make both sides have widgets options?

    <?php
    if ( function_exists('register_sidebar') )
        register_sidebar();
    ?>

    see HERE for more explenation

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Monochrome HELP’ is closed to new replies.