Viewing 3 replies - 1 through 3 (of 3 total)
  • Try using Firefox with the Firebug add-on for this kind of CSS work.
    http://getfirebug.com/

    Thread Starter pepercia

    (@pepercia)

    i’ve tried, but i can’t find the problem

    Thread Starter pepercia

    (@pepercia)

    i’m pretty sure that the problem is because it’s not showing “content-wrap” but don’t know why, it work’s on other pages and blog page use the same template.
    It should look like this
    <div id=”page-wrap”>
    <div id=”header-top-wrap”>
    <div id=”header-main-wrap”>
    <div id=”intro-wrap”>
    <div id=”content-wrap”>
    <div id=”footer-wrap”>
    <div id=”footer-bottom-wrap”>
    </div>

    but when I inspect this one page with firebud i see that content-wrap don’t show

    <div id=”page-wrap”>
    <div id=”header-top-wrap”>
    <div id=”header-main-wrap”>
    <div id=”intro-wrap”>
    <div class=”grid-wrap with-sidebar sidebar-left”>
    <div id=”sidebar” class=”grid-4 widgets-container left-sidebar”>
    <div id=”content” class=”grid-8″>
    </div>
    <div id=”footer-wrap”>
    <div id=”footer-bottom-wrap”>
    </div>

    I’m not a pro in css so i really need help with this one..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘why there's different background on blog page?’ is closed to new replies.