How to reduce the space between the header and the navigation menu?
-
I want to reduce the space between the header and the navigation menu at my blog http://www.youthfoodblog.com at Comet theme. Can anyone let me know how to do it? Thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
First you need to update your WordPress with Custom Design package. Then edit your css via CSS editor.
Use this css to reduce space between header and navigation;
#header{ min-height: 140px; }I hope it will helps you.
-
Thank you very much for your reply! I updated my wordpress to Custom Design package, then tried to edit at the CSS editor by typing
“#header{
min-height: 140px;
}”into the CSS space provided, then save. It did not work – there is no change. Can I ask where to type these changes?
Thanks!
-
Try to go to Appearance → Customize → CSS, and paste the css code there. It should be works
-
Thank you for your patient help! I followed your instruction and it worked!
May I ask you for another help? Do you by any chance know how to center the navigation bar?
-
-
Thank you for your quick response! Yes, it worked! This is better than customer service.
-
- The topic ‘How to reduce the space between the header and the navigation menu?’ is closed to new replies.