I use the DW Focus Theme and am very happy with it. But as I visit my page with my mobile the logo is displayed to small. Where can I change this?
Thank you!
1 Answers
To resolve this issue, you can log in to Dashboard > Theme > customize > General Settings > add the following code to the “Header Script”
<style>
@media (max-width: 480px) {
.wrap-navigation .small-logo {
background-size: 50%;
}
}
</style>
Or you can send me your site for further checking.
Thank you very much. Can I also enlarge die height of the mobile header?
Thank you. Problem is already solved.
Please login or Register to submit your answer