 
	
		
		
		
		
			
- 
		AuthorPosts
- 
		
			
				
July 24, 2019 at 2:08 am #1121349Hello, 
 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, 
 LFJuly 24, 2019 at 11:33 am #1121470Hey 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, 
 RikardJuly 27, 2019 at 1:46 am #1122230Hi 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,
 LFJuly 27, 2019 at 9:02 am #1122290Hi, 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, 
 RikardAugust 7, 2019 at 12:49 am #1125325This reply has been marked as private.August 7, 2019 at 1:54 pm #1125532Hi, 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, 
 RikardAugust 9, 2019 at 9:39 pm #1126337Hi 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,
 LFAugust 10, 2019 at 1:05 pm #1126411
- 
		AuthorPosts
- You must be logged in to reply to this topic.
