Home › Forums › Support › Can I add an image beside logo using CSS? This topic has 3 replies, 2 voices, and was last updated 7 years, 1 month ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 25, 2016 at 10:45 am #221271 James Hi Tom, My client wants a small award image (150×100) beside the logo, or, rather centered between logo and header widget. Its circled in red here: https://postimg.org/image/fjy01f8xb/ Any way to do this? Thanks, Jim August 25, 2016 at 11:15 am #221280 TomLead Developer Lead Developer Hi Jim, You could try something like this: Add your image in the “After Header Content” hook in GP Hooks: <div style="text-align: center;"> <img src="URL TO YOUR IMAGE" alt="" /> </div> Then float your logo to the left: @media (min-width: 769px) { .site-logo { float: left; } } August 25, 2016 at 5:57 pm #221361 James You are DA MAN! Works perfect – thanks Tom August 25, 2016 at 6:05 pm #221363 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