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
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 !
I only see that “.site-header #sidebar-header { display: block; padding-bottom: 15px; }” in the top of the site.
Hi,
Sorry I confused, you can add the following code:
Thank you so much
Please login or Register to submit your answer