Title: Extra field?
Last modified: August 21, 2016

---

# Extra field?

 *  Resolved [mike00010](https://wordpress.org/support/users/mike00010/)
 * (@mike00010)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/extra-field-1/)
 * Hi
 * Would you be able to add an extra field into the top right hand corner of the
   page so above the header image and top menu bar and to the right of the site 
   name in the left corner which was able to hold an image?
 * Thanks
    Mike

Viewing 1 replies (of 1 total)

 *  Theme Author [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * (@wzislam)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/extra-field-1/#post-3898949)
 * **I’m afraid I’s not able to answer in WordPress Support due to some technical
   difficulties. Sorry for the late reply.**
 * > Would you be able to add an extra field into the top right hand corner of the
   > page so above the header image and top menu bar and to the right of the site
   > name in the left corner which was able to hold an image?
 * It’s totally a CSS question, and such a modification is totally up to you. It’s
   not the theme developer’s concern. The theme was designed for common concern 
   with common features.
 * But, you can modify the `header.php` for such a modification. If you want the`
   <div>` to be visible only on the site pages (not in all the pages), then embrace
   the `<div>` like:
 *     ```
       <?php if( is_page() ) : ?>
          <div>your image here</div>
       <?php endif; ?>
       ```
   
 * Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Extra field?’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Mayeenul Islam](https://wordpress.org/support/users/wzislam/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/extra-field-1/#post-3898949)
 * Status: resolved