Home › Forums › Support › how to make logo image in header fluid This topic has 3 replies, 2 voices, and was last updated 9 years, 6 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 16, 2015 at 9:41 am #87428 Joe Tavarez I want to be able to make my header logo image fluid but everything else as is. Website is http://www.blackcarofnyc.com thanks March 16, 2015 at 3:37 pm #87597 TomLead Developer Lead Developer You may be better off adding your header using GP Hooks. If you add the HTML for the image in the “After Header” hook like the below, it should work: <div class="fullscreen-header"> <img src="URL TO YOUR IMAGE" alt="" /> </div> Then this CSS: .fullscreen-header img { width: 100%; } March 19, 2015 at 2:13 pm #88852 Joe Tavarez Perfect! works great. Thanks Tom. March 19, 2015 at 11:48 pm #88940 TomLead Developer Lead Developer You’re welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In