Gabriel M
asked 9 years ago

When placing the header ad on desktop, it does not show at all on mobile. How can I fix this?

1 Answers
DominicStaff
answered 9 years ago

To resolve this issue, you can add the following code to the style.css file: 

@media (max-width: 979px)
.site-header #under-navigation, .site-header #sidebar-header {
    display: block;
}

Hope this helps !

Powered by DW Question & Answer Pro