Home › Forums › Support › Show an image in header This topic has 5 replies, 2 voices, and was last updated 8 years, 9 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 17, 2015 at 6:04 am #75922 Oscar Piglione Hi, I need to show an image in the right area of the header, the site address is: http://oscar.molo81.net/ I got an extra line, making the header too tall and I’m not able to fix it. I put the following code in GP Hooks -> After header content: === code ======== <style> .main-title { width: 600px; padding: 0; margin: 0; float: left; display: block; position: absolute; } .site-description { width: 600px; position: relative; left: 10px; top: 60px; } #LogoMolo { display: block; float: right; position: relative; left: 0px; top: -30px; } </style> <div id=”LogoMolo”></div> === end code ======== Can you give help? Many thanks and regards February 17, 2015 at 11:44 pm #76126 TomLead Developer Lead Developer Hi there, You’ll want to add your styles to the “wp_head” section. However, why not just use the Header widget area? If you’d rather do it this way, try adding your div before the header content, and remove the negative spacing you added to it. Let me know π February 18, 2015 at 1:21 am #76158 Oscar Piglione Thanks Tom, the header widget area worked fine. I sill have some extra space in the header height (compared with the standard) I removed all css directives from GP Hooks, because I cannot manage to remove that space. Any suggestion? Best Regards February 18, 2015 at 12:12 pm #76346 TomLead Developer Lead Developer I’m not seeing any extra spacing? Did you manage to fix it? π February 18, 2015 at 11:50 pm #76529 Oscar Piglione Only a very small difference, but could be generated by the logo image. It does non matter. Many thanks, Tom February 19, 2015 at 10:40 am #76852 TomLead Developer Lead Developer Make sure the logo and widget image are the same height – then they should be identical π Thanks! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In