Site logo

Archived topic

Error in footer format

3 replies · Started by Tim on May 3, 2018

Viewing posts 1–4 of 4

Hi,

Since last update my footer lacks half its color. Any idea what is causing it?

Thank you very much.

Nice find! Can you try this CSS:

.site-info:before,
.site-info:after {
    content: "";
    display: table;
}

.site-info:after {
    clear: both;
}

I'll get it fixed in 2.1.1 :)

Thank you very much Tom, you are very efficient hehe now it looks fine :)

No problem, glad I could help! :)

This archived topic is closed to new replies.