Before you ask please READ THIS

Blog page left column

edited October 2012 in Airlock Posts: 29
Hi people,
I removed widgets from sidebar on blog page but there is still the margin for the left column
You can see it there http://alexis-boyer.com/blog-2/
How can i do to remove it?

Thanks

Comments

  • AirAir
    Posts: 10,970
    You should use this setting to disable blog sidebar http://apollo13.eu/docs/airlock/#!/airlock_main_settings_strongblog_settings_strong

    With regards.
  • Posts: 29
    Thank you, but this solution don't fit what i want, because it removes also sidebar on a blog post page. Is there another solution ?
    Thanks
  • AirAir
    edited October 2012 Posts: 10,970
    OK I get it.

    Try to edit home.php and change

    $blog_sidebar_switch = $apollo13->get_option( 'settings', 'blog_sidebar_switch' );
    if( $blog_sidebar_switch == 'off' )
    define( 'FULL_WIDTH', true );
    else{
    define( 'SIDEBAR_POS', $blog_sidebar_switch );
    }
    to

    define( 'FULL_WIDTH', true );
    With regards.
    Post edited by Air on
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!