When placing the header ad on desktop, it does not show at all on mobile. How can I fix this?
1 Answers
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 !
Please login or Register to submit your answer