Logo on mobile not working after upgrade to 9.7.2

Posted in: Newspaper
Post count: 104

Hi guys – recently upgraded to 9.7.2 and since then i’m seeing weird issues with the logo on mobile devices. Screenshot here: https://monosnap.com/file/z5awzNqIW53WgRBTDBzIBraHWZ3T77

Any ideas?

Post count: 18283

Hello !

I pressume you want to center it. For doing that you can apply this code.td-header-sp-logo img {
margin: unset;
}

Thank you !

Post count: 104

Vlad – it’s an erroneous logo, the proper logo is below the banner ad. It feels like a logo for a bigger viewport is not being hidden

Post count: 18283

Hello !

This is most likely a plugin conflict. Please make sure that you do not have a plugin conflict, please deactivate all non theme plugins, also if you are using child theme or cache plugin, deactivate them, clear all cache and try again.

Thank you !

Post count: 104

I went back to main theme (not child) and deactivated all plugins yet still showed the same issue with logo on mobile

Post count: 35449

Hi,

Please try this custom css to remove the desktop logo from mobile -> https://www.screencast.com/t/gwaQET78I
.tdc-header-wrap .td-header-row .td-header-sp-logo{
display: none;
}

Set the code in Theme panel>Custom code>Advance css> Phones

Thank you!

Post count: 104

That worked – however i’ve now noticed a problem with the social media icons. They are now left justified instead of right (they are set to be right justified in the control panel).

https://monosnap.com/file/ujbg2nolac6v2fk7z7ygBL3l1qz4uK

Post count: 35449

Hi,

For top menu please use this custom css
https://www.screencast.com/t/gfjcGYcQD
.top-bar-style-1 .td-header-sp-top-widget{
float: right!important;
}

Set the code in Theme panel>Custom code>Custom css

Thank you!

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