• Resolved imjscn

    (@imjscn)


    my themes page.php has a structure like this:

    <body>
    <div id="header">
    <div id="container">
    <div id="content">
    </div></div></div>
    </body>

    I added one more div like this:

    <body>
    <div id="wrapper">
      <div id="header">
      <div id="container">
      <div id="content">
    </div></div></div></div>
    </body>

    Since the “wrapper” added, the “container” shrinked to top of body.

    Need help to get the “container” back!

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘a div got squeezed’ is closed to new replies.