Viewing 3 replies - 1 through 3 (of 3 total)
  • Run your problem URLs through the validator, it would be my guess that there’s invalid markup (incorrectly nested elements) causing a problem.

    https://validator.w3.org/

    gregnak

    (@gregnak)

    Maybe this should be posted in the “Temes and Templates“-section?

    Heres the soloution:
    In your stylesheet, row 73. The class “.date”
    Remove:
    padding:20px 0 0 80px;
    And the layout is fine again. I Dont know what other divs etc gets styling from the “.date”. But from what i can tell, you should be fine removeing the padding.

    Thread Starter erae

    (@erae)

    Thanks much gregnak, that solved the problem even though I don’t quite understand why that line was a problem in the first place as it was contained within a div.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Layout Problem for Archive and Search’ is closed to new replies.