Ralf Junge
asked 11 years ago

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
DominicStaff
answered 11 years ago

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.

Ralf Junge
replied 11 years ago

Thank you very much. Can I also enlarge die height of the mobile header?

Ralf Junge
replied 11 years ago

Thank you. Problem is already solved.

Powered by DW Question & Answer Pro