Remove INove “sidebars” and a few other basic questions

  • Unknown's avatar

    Hi all, I am not particularly skilled with CSS so hopefully you can help.

    1. How do I remove the ugly grey “sidebars” that are still on my site? I want it to just be the background image.

    2. How do i center my background image and pick a border color for it?

    3. How do I make the copyright information left aligned? I removed the default wordpress logo but am unsure how to shift everything else to fill its space.

    Thank you for any help!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Try adding this code to the end of your current CSS mods. Just to warn you: your background image isn’t as wide as my screen so it tiles and looks a bit odd.

    #wrap {background-image:none;}
    body {background-position:center top!important; border:5px solid #f00;}
    a#powered {display:none;}
  • Unknown's avatar

    thank you very much!

  • The topic ‘Remove INove “sidebars” and a few other basic questions’ is closed to new replies.