magali hardan
asked 10 years ago

The top banner shows on desktop web browsers, however if we resize the browser (by making it smaller)  too much, the top banner disappears.
In addition, the top banner does not show on mobile sites.
 
Can anyone advise how to solve this issue?
Thank you

1 Answers
DominicStaff
answered 10 years ago

To resolve this issue, you can add the following code to the Header Code (Dashboard > Customize > Custom code).

<style>
@media (max-width:979px) {
.site-header #header #sidebar-header {
display: block;
}
}
</style>

Hope this helps !

Powered by DW Question & Answer Pro