• Resolved flemingxrt

    (@flemingxrt)


    Hey I have a problem with one of my sites im working on. I am trying to get rid of all these little gray lines that surround my banner image in the page partially and I want to get rid of the sidebar all together. Any help in doing this would be greatly appreciated heres an example of what I am dealing with.

Viewing 14 replies - 1 through 14 (of 14 total)
  • There are literally thousands of WordPress themes – which means that many people won’t be familiar with your particular theme. So a link to your site where people can see the theme might result in more responses.

    Thread Starter flemingxrt

    (@flemingxrt)

    Oh im sorry I forgot to mention the theme. It is the Boldy theme. Here is a link to the theme download its free.

    Thread Starter flemingxrt

    (@flemingxrt)

    We need to see the theme on your site.

    Alwyn Botha

    (@123milliseconds)

    Firebug can help determine names of css ids and classed you need to change

    Install Firefox Firebug ; then when you hover over any html element; you will see the line number of all the css involved.

    This way you can investigate and fix further css issues by yourself and quicker.

    Thread Starter flemingxrt

    (@flemingxrt)

    Here is my site. my site

    and ill check out that firebug.

    Can’t see any gray lines now. And you seem to have gotten rid of the sidebar, yes?

    Thread Starter flemingxrt

    (@flemingxrt)

    the home page is fine yes but like the individual pages.

    There aren’t any banners on the underlying Pages.

    Thread Starter flemingxrt

    (@flemingxrt)

    Go to the fundraiser page. There is a line going around the donate to our fundraiser.png and there is also a vertical line to the right. I am assuming that is the side bar and my image is stretching past the page content area. All i am looking to do is get rid of those lines and extend the page content area. I know this because the donate button is centered and it is still to the left of the full page.

    It’s the content background – style.css:

    #content {
        background: url("images/bk_vertline.jpg") repeat-y 695px 0;
        margin-top: 35px;
        overflow: hidden;
        padding-bottom: 0;
    }

    It wasn’t designed to cover the full width of the page.

    Thread Starter flemingxrt

    (@flemingxrt)

    Ah okay. My sites are currently undergoing server transfers so I dont want to mess with anything, but when I get a chance ill see what I can do. Thanks for pointing it out man.

    u can try to remove the image borders by adding this code

    img { border:noen; }

    Thread Starter flemingxrt

    (@flemingxrt)

    Okay awesome thanks!

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Boldy theme Rid of sidebar in pages.’ is closed to new replies.