Home › Forums › Support › Hook After Header This topic has 3 replies, 2 voices, and was last updated 8 years, 4 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts May 4, 2015 at 10:41 pm #105487 Daniel Hello Tom, I tried to insert a breadcrumb navigation in my page. I inserted it as a shortcode in the hokk “After Header”. It works, but the content starts on the left side of the screen and not inside the page? See it here: http://unser-quartier.de/mitte/ When I add this in the content it’s ok, but not on the Homepage with sections. Any idea? Best wishes Daniel May 4, 2015 at 11:40 pm #105498 TomLead Developer Lead Developer You need to add it inside a container. For example: <div class="grid-container grid-parent"> <div class="breadcrumb-info"> Breadcrumb code in here </div> </div> Then you can add some CSS to the element to stylize it as you like: .breadcrumb-info { background: #FFF; padding: 10px; } Hope this helps ๐ May 5, 2015 at 1:30 am #105525 Daniel Thank you tom. That works. May 5, 2015 at 9:57 am #105651 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