Post Style 8 Logo BUG!

Posted in: Newspaper
Post count: 63

Hi there. I noticed a big, with Post Style 8. Only with this style, the logo of the website jumps to the left. On all other styles it is in normal position.
As you can see in this picture, the logo position is at the left side, instead of centered as normal. it is at the edge of the content lines.
https://ibb.co/dbykqa
Its the only post theme that does this, and it does not look very good. I hope you can fix this.

Thanks

Post count: 20688

Hi,

We are aware of this issue with the header logo on Header style 8 in combination with a background, a fix will be provided as soon as possible. Please try to use this code as a quick fix in the meantime
https://www.screencast.com/t/ORmR58t4DpDU
This is the code used in the example, you must enter it in Theme panel->Custom Css

.td-header-style-8 .td-header-sp-logo img {
left: 48px;
}

Please let me know if this is not working for you, or you need further help.

Thanks

Post count: 63

This code pushed the logo not only for post style 8 but on every single page…

Post count: 20688

Hi,

I am very sorry, it seems the code I provided is not correct. The issue with the header style 8 is present only when a background exists, like post template 8 in your case. Please try it like this and let me know if it is working for you

.td-boxed-layout
.td-header-style-8
.td-header-sp-logo img {
left: 48px;
}

Sorry for any inconvenience this might have caused you.
Thank you for understanding!

Post count: 63

This seems to work. Please fix it in next update, and let us know to delete the code 🙂

Thanks

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