Jaruwat Juntharakot
asked 10 years ago

How to make the DW Focus show Adsense on the mobile?

Dominic Staff
replied 10 years ago

Please tell me detail the position that you want to display Adsense on the mobile.

Jaruwat Juntharakot
replied 10 years ago

@ the top page

1 Answers
DominicStaff
answered 10 years ago

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

@media (max-width:979px) { 
.site-header #sidebar-header {
        display: block;
padding-bottom: 10px;
    }
}

Hope this helps !

Powered by DW Question & Answer Pro