Minimize Padding Under Menu Posted in : Read WP devynspiritParticipant 7 November 2014 at 23:24 #16854 I’d like to minimize the amount of space between the menu and the body of the site. Can you tell me how to do that? ahmetsaliKeymaster 10 November 2014 at 23:39 #16939 Hi, you can try this custom css code; .site-header { padding-bottom: 1em; } devynspiritParticipant 18 November 2014 at 22:01 #17097 That didn’t work. There’s still a big gap between the menu and the body. Is there anything else I can try? ahmetsaliKeymaster 18 November 2014 at 22:11 #17098 feel free to play with the code as; .site-header { padding-bottom: 0; } devynspiritParticipant 18 November 2014 at 22:55 #17104 this one didn’t work either. ahmetsaliKeymaster 19 November 2014 at 00:41 #17108 what is your url? devynspiritParticipant 19 November 2014 at 00:52 #17109 http://ellanycevan.com/ ahmetsaliKeymaster 19 November 2014 at 01:21 #17110 You have some syntax errors at the end of your custom css codes; @media screen and (max-width: 767px) { .site-header .row { position: relative; } .site-header hgroup { padding-top: 0; } .vs-nav li a { font-size: 5em; color: #096; } .site-header { padding-bottom: 0; } change it to ; @media screen and (max-width: 767px) { .site-header .row { position: relative; } .site-header hgroup { padding-top: 0; } .vs-nav li a { font-size: 5em; color: #096; } } .site-header { padding-bottom: 0; } devynspiritParticipant 19 November 2014 at 01:36 #17111 perfect, thank you! Viewing 9 posts - 1 through 9 (of 9 total) You must be logged in and have valid license to reply to this topic. License required for the following item Read WP - Minimalist WordPress Blog Themeby pixelwars Login and Registration Log in · Register