Title: Incorrect Title Placement
Last modified: August 21, 2016

---

# Incorrect Title Placement

 *  Resolved [Josh Levinson](https://wordpress.org/support/users/joshlevinson/)
 * (@joshlevinson)
 * [13 years ago](https://wordpress.org/support/topic/incorrect-title-placement/)
 * By placing the
 *     ```
       <div class="title">
           <h2>My Shortcodes</h2><sub>V<?php echo MYSHORTCODES_VER; ?>
           </sub>
       </div>
       ```
   
 * Inside the `<div id="header">`, you are forcing WordPress’ `<div class="updated"
   >` messages to jump to the inside of the Shortcode Panel Box. This causes major
   UI distress, as the elements all jump around with the presence of any ‘updated’
   div’s, which are common to WP.
 * The easiest way to fix this would be to move the ‘title’ div above the ‘header’
   div. I have done this locally and all appears fine, though the styling of the“
   sub” element is off. I suggest you look into changing this to better the ui of
   this plugin.
 * Apart from that, great plugin!
 * [http://wordpress.org/extend/plugins/my-shortcodes/](http://wordpress.org/extend/plugins/my-shortcodes/)
 * Actually, I have discovered that this happens not only on the front page of this
   plugin, but the shortcode editor as well. It basically renders the features unusable
   until the updated div’s are hidden.

Viewing 1 replies (of 1 total)

 *  Plugin Author [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [13 years ago](https://wordpress.org/support/topic/incorrect-title-placement/#post-3718611)
 * HI there,
    thanks for pointing it out, I have actually already sorted it out 
   but haven’t posted an update yet. Still working on a few more issues.
 * if you want, you can get the latest on github here [https://github.com/Desertsnowman/My-Shortcodes](https://github.com/Desertsnowman/My-Shortcodes)
 * And, I’m glad you like the plugin.

Viewing 1 replies (of 1 total)

The topic ‘Incorrect Title Placement’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-shortcodes_f6e3df.svg)
 * [My Shortcodes](https://wordpress.org/plugins/my-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/my-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-shortcodes/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * Last activity: [13 years ago](https://wordpress.org/support/topic/incorrect-title-placement/#post-3718611)
 * Status: resolved