Home › Forums › Support › Advertisement below the site navigation bar This topic has 5 replies, 3 voices, and was last updated 8 years, 9 months ago by Tom. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts December 10, 2014 at 1:33 pm #53646 Philippe Hello, How to add an advertisement below the site navigation bar ? I would like to add html code. Tks by advence. December 10, 2014 at 1:35 pm #53647 TomLead Developer Lead Developer There’s a hook called “generate_after_header” that you can hook in to. If you have GP Hooks – you can add your HTML in the “After Header” hook. December 10, 2014 at 5:56 pm #53669 Philippe This is a fonction only for pages, not ? I would like a similary possibility for my “home page” (www.xyz.com) not for real page (www.xyz.com/generate). Is’t possible ? December 10, 2014 at 7:40 pm #53672 Philippe I found a solution with GP Hooks / After Header, it works, but I can not aficher the image in the center, it is still left December 10, 2014 at 7:47 pm #53678 Jean Paiva Developer Try to give a class for your image, and then use this code on your style.css file IMG.yourclassname { display: block; margin-left: auto; margin-right: auto } This should center your image. December 11, 2014 at 12:48 am #53738 TomLead Developer Lead Developer The above CSS should work (thanks, Jean!). You can also wrap the image in a container, like so: <div class="grid-container grid-parent"> Your image html in here. </div> 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