Hello,
I want to add a widget area to the right of my logo in the header on this site: https://twinriverspt.net/
I have tried the fix on this page but it added it under the menu. I would like it above please.
Thanks,
LF
Hey liliaf,
I can’t see a widget in the header on the site you linked to, we need to be able to inspect the element in question in order to give you accurate CSS.
Best regards,
Rikard
Hi Rikard,
I wasn’t able to add one to the header.
This code added widgets to below the menu:
/* ADD HEADER */
add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
dynamic_sidebar( ‘meta-header’ );
}
I’d like to add one here: https://twinriverspt.net/
as marked on the screengrab.
Thanks,
LF
Hi,
Thanks for the update. Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi,
Thanks for that, I can’t see the code in your functions.php file though. Do you want us to add the widget area for you as well? Are we allowed to fill it with some dummy content in order to style it?
Best regards,
Rikard
Hi Rikard,
Yes, I think I took it down before you had a chance to get on there. No worries on the dummy content. I’ll give it a try when it’s done.
Thanks,
LF