Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to move sidebar to left – using BP 1.6 and default theme


  • james_loudon
    Member

    @james_loudon

    I have just switched over from Fishbook to BP default theme and my client is a really stickler for “things like they used to be” which means getting the sidebar over to the left.
    What is the easiest way to accomplish this? I was think there should be an option when selecting the theme but I guess a bit of CSS rewiring is required?
    Thanks
    J

Viewing 3 replies - 1 through 3 (of 3 total)

  • Tammie Lister
    Moderator

    @karmatosed

    You can do this using CSS:

    ‘div#content {
    float: right;
    width: 80%;’

    ‘div#content .padder {
    margin-right: 0px;
    }’

    ‘div#sidebar {
    float: left;
    margin-left: 0px;
    margin-top: 1px;
    width: 224px;
    }’


    james_loudon
    Member

    @james_loudon

    Excellent thanks – where is that CSS living though?


    @mercime
    Keymaster

    @mercime

    == where is that CSS living though? ==

    You add those styles posted by karmatosed in the style.css file of your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to move sidebar to left – using BP 1.6 and default theme’ is closed to new replies.
Skip to toolbar