Archived topic
top section with icons and menu
5 replies · Started by Gonzalo on January 16, 2019
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
Hi there,
you can use the Top Bar Widget area to do this - you can add each of those elements as an individual widget.
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
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.
Thank you David!
You're welcome. And thanks for sharing your HTML solution :)