Viewing 5 replies - 1 through 5 (of 5 total)
  • Try editing style.css and changing:

    #page {
    background:transparent url(https://marvelousstudio.com/blog/wp-content/themes/default/images/kubrickbgwide.jpg) repeat-y scroll center top;
    border:medium none;
    }

    to

    #page {border:medium none;}

    Thread Starter marvelousstudio

    (@marvelousstudio)

    I see what you have pasted above when viewing the page source for the blog via a browser. The only place I could find that css exactly was in the header.php and I tried changing the border to what you suggested in both places. Nothing seemed to change. I also tried it in the style sheet too but nothing.

    Maybe it is something else in the css with a border?

    It is driving me crazy since I have been troubleshooting this for weeks or longer.

    Thread Starter marvelousstudio

    (@marvelousstudio)

    any other ideas?

    Create new div such as body-container, Let it cover the #content & #sidebar

    the result would be

    <div id=”body-container”>
    <div id=”content” class=”narrowcolumn”>…</div>
    <div id=”sidebar”>…</div>
    <div class=”clear” />
    </div>

    and it style

    #body-container{
    width: 760px;
    background-color: white;
    }

    .clear{
    clear: both;
    }

    I think.

    Thread Starter marvelousstudio

    (@marvelousstudio)

    I’ll give it a try. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css problem’ is closed to new replies.