• Hi, I am using default theme kubrick ( old old i know….) and i d like to move the side bar from right to left, i tried with some css changing but didn’t got it right yet
    any help?
    thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • please post a link to your site to illustrate what you have so far.

    this will also involve editing some background images, and possibly header.php

    Thread Starter carlacuomo

    (@carlacuomo)

    Try changing this CSS:

    #sidebar {
        margin: 30px 0 0;
        padding: 20px 5px 10px 0;
        width: 200px;
    }
    
    .narrowcolumn {
        float: right;
        margin: 10px 0 0 12px;
        width: 600px;
    }

    Thread Starter carlacuomo

    (@carlacuomo)

    hello thanks
    just tried but didn’t really move the right to left, the sidebar moved down
    maybe I m not coying in the right place
    i have different sidebar voice ( sidebar ul list etc….) so not really sure where the changing for the side bar goes

    is there anyway to show the style.css so you have an idea of how it looks like the strucure?

    I can see all of your CSS on your site using a browser tool. Try putting that at the bottom of the style.css file.

    Thread Starter carlacuomo

    (@carlacuomo)

    ehyyyy
    it does work! thanks you soooooo much!
    grazie!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘moving sidebar’ is closed to new replies.