• url viralwebdesign.com – removed one of the right sidebars. looking to expand the width of the content area to accommodate and push the existing sidebar further to the right.

    tips?

    thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • All I see is <div class="art-sidebar1"></div>, not sure if that’s what you’re trying to remove.

    You may not be using any widgets in your sidebar but your template file still contains <?php get_sidebar(); ?>

    Remove this from your template file and your content div will stretch across your wrapper.

    or you can remove the width from <div class="art-content"></div>, it’s in your template.css on line 1291. The currenth width is set to 706px.

    Thread Starter vbpartners

    (@vbpartners)

    Thanks for the tips/ideas but i don’t see template.css, just style.css.

    I’m not looking to remove the sidebar that is there now. There were 2 sidebars, i removed one already and want to keep the one that’s there now.

    I just want to push the sidebar and content area to the right so that the content area will be larger.

    sorry if i had not explained it right the first time.

    thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resize content area after removing 1 of the sidebars’ is closed to new replies.