Tagged: header widget
I’ve been working with this article https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area to add a widget area to the right of the logo. But when the header is set to Logo Center, Menu Above, the sidebar area is placed in the header with the menu, not inside #main where the logo is located. Any suggestions? Is there another hook I could use for this besides “ava_after_main_menu”?
Thanks!
ETA: Link to site in Private Content
I found an action that gets the widget area into the same general area as the logo (ava_before_bottom_main_menu). That’s where the widget area is currently being inserted. But I can’t seem to get the widget area to float in the blank area to the right of the logo. It’s down behind the next section’s background. Any suggestions?
Thanks!
Hi,
The issue you mentioned is not clear please elaborate and upload a screenshot/mockup to one of the below sites and share the link here so we can help you better :)
https://snag.gy/
https://ctrlv.cz/en/
https://imgur.com
Best regards,
Vinay
The issue is that the instructions (linked above) don’t work for adding a widget area next to the logo if the header is set to “Logo Center, Menu Above”. I was able to find another hook in the theme to make it work, though. I used “ava_before_bottom_main_menu” instead of “ava_after_main_menu” as your instructions suggested.
Thanks!