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?
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
I went back to main theme (not child) and deactivated all plugins yet still showed the same issue with logo on mobile
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!
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).
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!
