rossherlihy 0 Report post Posted July 14, 2011 Hi everyone, I'm using Platform Pro & I've got an image that has a large height than the header allows and need to increase the size of the header. Unfortunately in the Layout Editor you can't just drag and increase the header size like you can the sidebar width. Would the best solution be to change the header height using some custom code or is there a more direct way to do this? Share this post Link to post Share on other sites
gormanit 0 Report post Posted July 14, 2011 Ross, Is this being used as your header image? I just tried an image with a height of 500px and it worked fine. Here are two selectors you can target to increase the header size: #branding {height:500px;} .branding_wrap {height:500px;} Share this post Link to post Share on other sites
Kate 3 Report post Posted July 14, 2011 @Gorman Thanks for your input... Share this post Link to post Share on other sites
fbabbitt 2 Report post Posted May 4, 2012 This is just what I was looking for... however: 1. This code seems to put the search box into the background making it inaccessible. 2. While this code reduces the size below the header image, it does not reduce the size above the image. Is there anything to do about that? Thanks. Share this post Link to post Share on other sites