jamiewalden 1 Report post Posted May 25, 2011 Hey guys, I'm using platform pro and I'd like to remove a little bit of space above the header, and possibly shift it to the left some to line up with the feature content slider. What custom code would i use to do that. Here's a link: http://blog.americandatanetwork.com Also here's all the custom code i'm using: .pagelines{display:none;} .dcol_4 { width: 229px; margin-left: 10px; margin-right: 2px; margin-top: -12px; margin-bottom: -20px; } Thanks a lot for your time and effort. You guys do great work. Share this post Link to post Share on other sites
cmunns 16 Report post Posted May 25, 2011 Add this and change the numbers to your liking ` .fixed_width #branding .content-pad { padding: 20px 15px 15px; } ` Share this post Link to post Share on other sites
jamiewalden 1 Report post Posted May 25, 2011 Thanks Adam! That works. Cheers Share this post Link to post Share on other sites