Viewing 6 replies - 1 through 6 (of 6 total)
  • esmi

    (@esmi)

    Try using Firefox with the Firebug add-on for this kind of CSS work.
    https://getfirebug.com/

    Thread Starter nwatts88

    (@nwatts88)

    Thanks, but I already have. Here’s a screenshot of where Firebug tells me the top margin and padding are for the second article in the loop, way up top there, nowhere near the beginning of the actual content, and I have no idea why: https://terraavocado.com/images/screenofbrokenbordersfirebug.png

    Is there another part of Firebug that helps with this that I’m not using?

    esmi

    (@esmi)

    I’m sorry but it is beyond the scope of these forums to deal with basic CSS issues. Try a dedicated CSS resource such as https://www.css-discuss.org/ instead.

    Thread Starter nwatts88

    (@nwatts88)

    I don’t know if this is a basic CSS issue. It might be something in my content template that I’ve done mistakenly without realising. You’re very helpful though, many thanks.

    SpankMarvin

    (@spankmarvin)

    Try adding display: block; and overflow: hidden; to the tags above?

    Thread Starter nwatts88

    (@nwatts88)

    Thanks man, added block and clear, all fixed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CSS borders between posts in loop all clumped at the top of the page’ is closed to new replies.