Site logo

Archived topic

how to make logo image in header fluid

3 replies · Started by Joe Tavarez on March 16, 2015

Viewing posts 1–4 of 4

I want to be able to make my header logo image fluid but everything else as is. Website is http://www.blackcarofnyc.com thanks

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%;
}

Perfect! works great. Thanks Tom.

You're welcome :)

This archived topic is closed to new replies.