• Resolved zigggy

    (@zigggy)


    Hi everyone,
    I needed to get rid of my sidebar, so I deleted all references of <?php get_sidebar(); ?> in my files and also deleted sidebar.php. However, now there is whitespace where the bar used to be. I’m assuming this is a CSS issue. Here is my style file. My website is [URL redacted]. Can anyone help me out? How do I get rid of the whitespace?

    [CSS moderated as per the Forum Rules. Please use the pastebin]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Michael

    (@alchymyth)

    a link would have been enough – no need to post all this css code, as it is easy to retrieve from the browser.

    your content is already stretching across the new space. what you see as sidebar comes from this background image: https://minervandialogues.com/wp-content/themes/shades-of-blue/images/wrap.png

    referenced in style.css here:

    #wrap {
    background: #FFFFFF url(images/wrap.png);
    width: 960px;
    .....

    just delete the ‘url(images/wrap.png)’
    leave the semicolon ; at the end of the line.

    Thread Starter zigggy

    (@zigggy)

    Thank you, thank you, thank you! Worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS–Sidebar Won’t Delete’ is closed to new replies.