Russ

Pixel Exit Staff
It appears the CSS used inside of xb_header.less may be wrong as .logo-mobile and .logo-default are not attached to the img tabs themselves but a parent div:


Code:
<xf:if is="$xf.style.isVariationsEnabled() AND property_variation('xbMobileLogo', 'default') OR !$xf.style.isVariationsEnabled() AND property('xbMobileLogo')">
.logo-mobile
{
    display: none;
}
@media (max-width: @xf-publicNavCollapseWidth)
{
        .p-nav-smallLogo .logo-mobile { display: block; }
        .p-nav-smallLogo .logo-default { display: none; }
        .canvas-header .p-header-logo img:not(.logo-mobile) { display: none; }
        .canvas-header .p-header-logo img.logo-mobile { display: block; }
}
</xf:if>
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back