• Hi

    I was wondering if there was an easy way to have 200Px on the left and 280px on the right?
    ( the other way around :))

    Thank you in advance.

    Colin

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    yes, there is:”Appearance”->”Theme Options”->”Sidebars”
    Under “Home” you choose primary & secondary sidebar for your home blog page (if you don’t have static home page). You can even create your own sidebars and choose it from here (for single post view etc).
    Great theme, really.

    Cheers,
    Mike

    Thread Starter colinonearth

    (@colinonearth)

    Yes but that is 280 on the left and 200 on the right.
    I want it the other way around.

    Sorry, my mistake (in a hurry) – no “free meal”.

    Under “Appearance”->”Theme Options”->”Styling”->”Sidebar Width” you can see limitations (2 combinations):
    -primary (left): 280-300px
    -secondary: 200-220px
    Hacking like
    .s1 {width:200px;}
    .s2 {width:280px;}
    doesn’t helps – left becomes too “tight” for “FOLLOW”+social icons and widgets below and breaks theme.
    If you meant to get “MORE” on the left and “FOLLOW” on the right – above left “FOLLOW” is title or logo, so everything should be crafted again – I think even Hueman theme is not so mighty 🙂

    Thread Starter colinonearth

    (@colinonearth)

    You can edit the FOLLOW and MORE wording by editing the banner files – that is no issue…

    But I do want the sidebars the same size of 200 or the left 200 and the right 280..
    There has to be a way – this is SUCH AN AWESOME theme. Has to actually be one of the best ever!

    Colin,
    I know I can write anything in header columns, U asked for easy way, I gave you options, including the code above.
    So put it in you child theme style.css (not directly, PLS)

    .s1 {width:200px;}
    .s2 {width:280px;}

    as written and see what happens (I personally don’t like it too much 🙂
    Yes, I agree, best free opensource WP theme ever – that’s why I’m solving people’s problems only on this forum, a sign of appreciation 🙂
    Cheers, Mike

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Swap 200px & 280px LEFT & RIGHT Sidebars’ is closed to new replies.