[Resolved] top section with icons and menu

Home Forums Support [Resolved] top section with icons and menu

Home Forums Support top section with icons and menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #783462
    Gonzalo

    Hi!
    I need add a top area, above header.
    There, add social icons, text (address, phone) and menu or link buttons.
    In custom GP, I can add only menu (?)

    Can you help me please?

    Regards

    #783500
    David
    Staff
    Customer Support

    Hi there,

    you can use the Top Bar Widget area to do this – you can add each of those elements as an individual widget.

    #783502
    Gonzalo

    Thank you, I used hook, with this code:

    <div class="top-hook-style">
    	<div class="grid-container">
        <div class="grid-33">
            Documents
        </div>
    <div class="grid-33">
        Phone
        </div>
        <div class="grid-33">
            Social Media
        </div>
    </div>
    </div>

    Working fine, but can you check it?

    If I use widget, I can order inline, like columns?

    Regards

    #783692
    David
    Staff
    Customer Support

    That looks like a good way to do it ๐Ÿ™‚

    The top bar has an inline behaviour, for each of the separate widgets. But it has a left > right > left ordering so maybe the Hook method is better for your requirements.

    #783698
    Gonzalo

    Thank you David!

    #783704
    David
    Staff
    Customer Support

    You’re welcome. And thanks for sharing your HTML solution ๐Ÿ™‚

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