ajb216 Posted February 12, 2014 Share Posted February 12, 2014 I am trying to reduce the padding between the header banner and the page content. Any help with CSS that will achieve this is much appreciated. Thanks,Adam Link to comment
arcc Posted February 13, 2014 Share Posted February 13, 2014 #page { padding: 32px; } Add to your CSS Editor. Link to comment
nathan.j.p Posted February 25, 2014 Share Posted February 25, 2014 @arcc any idea on how to reduce the padding above the navigation a little? I made my nav bar a little slimmer but it only brought it up from the bottom. Thanks,Nathan Link to comment
squareology Posted January 27, 2015 Share Posted January 27, 2015 Add this to your Page Header Code Injection to have it affect only one page: <style> #page { padding: 32px; } </style> Link to comment
wsbevco Posted November 11, 2016 Share Posted November 11, 2016 @squareology would this css code work to reduce the banner padding in horizon on only one page? it doesn't seem to but maybe i am doing something wrong.?? any help is greatly appreciated. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.