• Resolved ansel51

    (@ansel51)


    Any idea of how to move the sidebar to the left… child theme? Or just moving the sidebar line which is now before the footer up to the top before the main column?

    Any suggestions welcome.

    p.s. love the theme.

    You can see what I’m up to at: http://www.BeckermanPhoto.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author bradthomas127

    (@bradthomas127)

    Try this in the custom CSS option:

    /* The Grid ------- */
    .column, .columns { float: right; min-height: 1px; padding-left: 15px; padding-right: 15px; position: relative; }
    .column.centered, .columns.centered { float: none; margin: 0 auto; }
    [class*="column"] + [class*="column"]:last-child { float: left; }
    [class*="column"] + [class*="column"].end { float: right; }
    
    .header-group {
    	float: left;
    }
    
    .vertical-divider {
    	border-right: 1px dotted #BBB;
    	border-left: 0;
    }
    
    .site-content {
    	border-left: 1px solid #EDEDED;
    	border-right: 0;
    }

    That should get it to basically what you want but you will probably have to do more tweaks to it.

    Thread Starter ansel51

    (@ansel51)

    Wow! You are good. Worked like a charm without any tweaks. I’ll be making some cosmetic tweaks – but that’s just me.

    I’ve been using themes / wp since the beginning – and have gone through tons of themes. This one received a lot of compliments to the effect of: I’ve been reading your blog since xyz and this is the best theme yet.

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

The topic ‘sidebar on left?’ is closed to new replies.