Av eo
asked 9 years ago

Hello,
I followed your instruction on this site to diminish the height of logo and top bar of Wallpress theme.
I have now a situation with the mobile version of this wonderful theme. The top bar is narrower, but the menu items are stll the same height, wich look… awfull. Look at the screen shot.
What can I do to have a better look on my mobile theme ? Thanks in advance for your answer

1 Answers
DominicStaff
answered 9 years ago

Hi,
To resolve this issue, you can add the following code to the style.css file:

@media only screen and (max-width: 985px) {
    #header {
         height: 40px;
   }
}

Hope this helps !

Powered by DW Question & Answer Pro