[Resolved] Hook After Header

Home Forums Support [Resolved] Hook After Header

Home Forums Support Hook After Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #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

    #105498
    Tom
    Lead 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 ๐Ÿ™‚

    #105525
    Daniel

    Thank you tom. That works.

    #105651
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.