Kadence
Force Desktop Topbar in Mobile Ascend
For a better mobile experience, Ascend requires by default that you configure your mobile and desktop topbar separately. To force your desktop topbar to display in mobile, add this CSS to Theme Options> Custom CSS.
@media (max-width: 992px){
.kt-header-position-above {
display: block;
}
.outside-headerclass {
display: none;
}
}
This CSS is not advised unless your needs strictly require it.
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!