• Yeesh – I had just gotten the layout worked out like I wanted after converting from b2, and after closing my browser and opening it up again, I found that the left column is now displaying on top of the center column.
    At this point I have no clue what I did to hose it up – I’ll keep looking.
    In the meantime, does anybody have any pointers?
    The page (not yet advertised to the world) is here:
    https://www.kylegriffin.com/wordpress/index.php
    Thanks for any tips.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Heh, this was fun.
    In your outside class (it should be an ID fyi), you have the side margins set to 220px. Change this to 20px. Then in your entry class, add this rule:
    <pre>margin: 0 200px;</pre>
    That works for me ??

    Thread Starter ardklg

    (@ardklg)

    Thanks for the feedback, but that didn’t quite fix it. Now the middle column has gotten more narrow.

    Oops, I should have said this first. Before you worry about your CSS, you should really fix up your html. That might be causing all kinds of layout bugs.

    Some of us just don’t have the heart to point these things out so uuuhhhh clearly. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Column suddenly out of place’ is closed to new replies.