Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like there’s an error in your code in the sidebar.php.

    Maybe once of your widget or plugin is causing the error.
    If you go to that page and look at the source code, you will see near the bottom –

    <!--  START CATEGORIES  YD: ADD THIS BACK IF YOU WANT BLOGS
        <li id="categories"><h2>Categories:</h2>
          <ul>
            	<li class="cat-item cat-item-1"><a href="http://postcardsfromtheedge.ydaoudi.ep.profweb.qc.ca/?cat=1" title="View all posts filed under Non classé">Non classé</a>
    </li>
          </ul>
        </li>
              END CATEGORIES  -->
    
        <!--  START META  -->
          <ul>
            <li>

    I think that the missing content from the Meta is what’s throwing off the design.

    Shailesh

    (@shaileshsavaliya)

    Try to add <br clear=”all” /> before
    <div id=”container”> closed

    Ex:
    ——-
    <div id=”container”>



    <br clear=”all” />//Add this line here
    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background image is cut off’ is closed to new replies.