Different footer layout on page, post and category site

Posted in: Newspaper
Post count: 25

Hi,

My footer widget on a page looks different to the one on the post and category site. But it’s the same everwhere… See here:

http://www.happyworklife.de/ (page)

http://www.happyworklife.de/kostenlose-und-lizenzfreie-bilder/ (post)

http://www.happyworklife.de/online-business/ (category).

The footer on post and category sites should look like it is on the pages.

Can you help me?

Thank you!

Post count: 22421

Hello Kathrin,

It seems your image on pages is getting a ‘float:left’ and on posts or categories it doesn’t
You can use this custom css to cancel it.

.page .alignleft{
float:none!important;
}

Thank you!

Post count: 25

Great! Thank you 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.