Ralf Junge
asked 11 years ago

Hi,

I’d like to change the height of my mobile header as I use a larger logo for this (see image below). Where can I adapt this?

Thank you in advance
Ralf

2 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>
Ralf Junge
answered 10 years ago

Thank you!

Powered by DW Question & Answer Pro