Title: Creating header content area
Last modified: August 31, 2016

---

# Creating header content area

 *  [lukep128](https://wordpress.org/support/users/lukep128/)
 * (@lukep128)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/creating-header-content-area/)
 * I would like to create a content area or div inbetween the top menu and the primary
   menu to fill in the blank space. I have tried adding into the functions, but 
   it will only appear before or after the logo as i change the priority, not inline
   with the logo:
 * add_action( ‘storefront_header’, ‘jk_storefront_header_content’, 40 );
    function
   jk_storefront_header_content() { ?> <div style=”clear: both; text-align: right;”
   > example text </div> <?php }
 * [http://midlandschandlery.co.uk/](http://midlandschandlery.co.uk/)
 * Many thanks.

Viewing 1 replies (of 1 total)

 *  [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * (@mikeyarce)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/creating-header-content-area/#post-7164134)
 * Hi lukep128,
 * You are doing the right thing! The function you are using will insert it in the
   right spot, but it won’t add the CSS styles to align it where you want it.
 * Once you’ve got your content in that area, you will need to position it the way
   you want with some custom CSS.
 * Cheers,

Viewing 1 replies (of 1 total)

The topic ‘Creating header content area’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Mikey Arce](https://wordpress.org/support/users/mikeyarce/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/creating-header-content-area/#post-7164134)
 * Status: not resolved