Ruben Ulloa Montes
asked 10 years ago

Hi, I use DW Focus for my blog, and I am very happy, I have a banner in the header with a scprit, and I want to have this banner in the mobile/tablet size. ¿Can It be shown in this size? ¿Is it possible to change? It dessapear under 980 px.
 
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)

.site-header #sidebar-header {
    display: block;
    padding-bottom: 15px;
}

Hope this helps !

Ruben Ulloa Montes
replied 10 years ago

I only see that “.site-header #sidebar-header { display: block; padding-bottom: 15px; }” in the top of the site.

Dominic Staff
replied 10 years ago

Hi,
Sorry I confused, you can add the following code:

Ruben Ulloa Montes
replied 10 years ago

Thank you so much

Powered by DW Question & Answer Pro