Title: Adding Widget to header
Last modified: August 24, 2016

---

# Adding Widget to header

 *  [mcravephoto](https://wordpress.org/support/users/mcravephoto/)
 * (@mcravephoto)
 * [11 years ago](https://wordpress.org/support/topic/adding-widget-to-header-1/)
 * Im trying to add our business contact info into the top right of the header, 
   so I’m thinking I need to put that into a widget for ease of use. any idea how
   I can do about this?

Viewing 1 replies (of 1 total)

 *  [saturdie](https://wordpress.org/support/users/saturdie/)
 * (@saturdie)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/adding-widget-to-header-1/#post-6071904)
 * Hi mcravephoto.
    Maybe you can change the image of custom logo and put the info
   at the right of the image.
 * Other option is:
 * Enter in the file header.php, you find:
 *  <!–Start Header Grid–>
    <div class=”grid_24 header”> <div class=”logo”>
 * You put:
 * <div align=”right”><?php echo”THE TEXT YOU WANT PUT HERE”?></div>
 * before
 * <div class=”logo”>
 * look like:
 *  <div class=”grid_24 header”>
    <div align=”right”><?php echo”THE TEXT YOU WANT
   PUT HERE”?></div> <div class=”logo”>
 * And it appears at the right-top of the page.
 * If you dont have idea of code i think is better the solution of the image.

Viewing 1 replies (of 1 total)

The topic ‘Adding Widget to header’ is closed to new replies.

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

## Tags

 * [header](https://wordpress.org/support/topic-tag/header/)

 * 1 reply
 * 2 participants
 * Last reply from: [saturdie](https://wordpress.org/support/users/saturdie/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/adding-widget-to-header-1/#post-6071904)
 * Status: not resolved