Not aligned mobile logo after update to 12.2

Posted in: Newspaper
Post count: 28

Hello,

on my blog tospitakimou.gr, after updating to 12.2, the logo on mobile template is completely not aligned https://imgur.com/Oo8kg77.

I have to revert to previous version as it spoils my template appearance.

Any ideas on how to fix it?

Thanks

Post count: 27744

Hello,

I just checked now, and the logo is displayed correctly in the header -> https://i.imgur.com/l8DfuY6.png

Thank you!

Post count: 28

Can you please check again. I had the previous version.

Now updated again and logo is broken again on mobile template.

Thanks

Post count: 27744

Hello,

Please check if you have set a custom code for the logo in the Theme panel -> Mobile Theme -> Custom code -> custom css.
Also, do you use a plugin for minifying the css and js?

Thank you!

Post count: 28

Hello,

yes the code was:


.td-main-menu-logo img {
position:fixed;
}

I removed it but I still see the problem.

Yes I have wp-rocket with minifying the css and js. Is there any way to exclude it?

Thanks

Post count: 27744

Hello,

Please use position: absolute; and clear the cache.

Thank you!

Post count: 28

Hello,

it was changed to :


.td-main-menu-logo img {
position:fixed;
}

Cache cleared but still the same. Can you also verify please?

Thanks

Post count: 27744

Hi,

It seems you have not changed the position, is still fixed, for absolute looks like this -> https://i.imgur.com/FW51Ho2.png -> https://i.imgur.com/0JkNCYF.png

Thank you!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.