jianliu86 Posted January 31, 2016 Posted January 31, 2016 There a too much white space for me up at the top. How do I reduce the padding between the bottom of top nav and the header content? I'm using the FIVE template. Thanks!
llgamble Posted January 31, 2016 Posted January 31, 2016 I don't have an exact answer for that but I might have a work around. You could make the navigation section bigger which should inherently reduce the padding below. I've got the following code in my custom CSS section. #header .header-inner { padding-top: 30px; padding-bottom: 30px; } I also resized my logo to make it bigger to fit within the larger top navigation using the following code: #logoImage img { height: auto; max-height: 250px; max-width: 250%; width: auto; } Hope that helped
jianliu86 Posted February 7, 2016 Author Posted February 7, 2016 This did the trick. Thanks! #page-body-wrapper { padding-top: 30px; padding-bottom: 30px; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.