Viewing 2 replies - 1 through 2 (of 2 total)
  • You need an element to clear your float. Plug this in in the proper place in your css to see what I mean:

    .narrowcolumn {
    float: left;
    padding: 0 0 20px 50px;
    margin: 0px 0 0;
    width: 600px;
    /* my edit */

    height:200px;
    background:red;
    }

    Here’s a link that will help.

    https://www.positioniseverything.net/easyclearing.html

    Thread Starter x9tripboarder16

    (@x9tripboarder16)

    I copied in the stylesheet of another blog that I manage, and I had no luck. I also checked to add in the above code, and it was already there. Another thing that might be of use about the link above, is that the loop for some reason is not functioning. Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Category Style Messed Up’ is closed to new replies.