Forums

Geting Rid of Columns on wordpress blog (5 posts)

  1. akasin
    Member
    Posted 4 months ago #

    Hi, does anyone know how I can get rid of columns on both sides of my blog? I want to either get rid of them or change their colour to white to blend in with the rest of the blog. Any tips would be appreciated.

  2. alchymyth
    The Sweeper
    Posted 4 months ago #

    please post a link to your site to illustrate the problem.

  3. akasin
    Member
    Posted 4 months ago #

    http://www.meltingposts.com As I understand the side columns right and left are part of the grey background which is the length of the whole page I want to make it white so it blends in with the blog. Could you recommend anything?

  4. alchymyth
    The Sweeper
    Posted 4 months ago #

    edit style.css of your theme:

    body { background:#f6f6f6 url(images/patterns/pattern6.png) repeat; font-family:Arial; font-size:12px; }

    this defines the grey patterned full background;

    #wrapper { background:url(images/wrapper-bg.png) repeat-y; width:1020px; margin:0 auto; overflow:hidden; }

    this defines the grey shadow directly to the left and right of the blog.

    for these kind of formatting problems, please try to work with a web tool such as Firebug http://getfirebug.com/ to identify the invilved css selsectors.

    basic formatting help is not within the scope of this WordPress forum - there are general webmaster forums and online tutorials available.

  5. akasin
    Member
    Posted 4 months ago #

    ok thank you for your help

Reply

You must log in to post.

About this Topic

Tags