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
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 !
Please login or Register to submit your answer