(2018-05-13, 05:27 PM)Wires Wrote: You can try setting the div with same height of the background-image.
#logo { background: url(link_to_header_background_image_you_wanted); padding: 10px 0; border-bottom: 1px solid #263c30; height: 0px; }
Change 0px (in the height attribute) to the same height as the photo.
thx that worked wonderfully
and for the final touch
would you happen to know how to move the logo and the link/text so its align to the bottom of the header?
i think you would know why i'm asking this if you see whats happening on my site

thx for your reply!