Reply to thread

Try this in your extra.less file to get that new logo showing great for mobile:


[CODE=css]// ########################### GeezeZone FULL LOGO ON MOBILE ########################


.p-nav-smallLogo {


    display: none !important;


}


.p-header-logo {


    max-width: none !important;


}


.has-js .p-header {


    display: block;


}[/CODE]


Back
Top Bottom