Title: header text
Last modified: August 21, 2016

---

# header text

 *  [loucks14](https://wordpress.org/support/users/loucks14/)
 * (@loucks14)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/header-text-7/)
 * I am trying to use an h4 title with ” – some text” after it in line, but the ”-
   some text” appears below the h4 title. Can someone direct me to the css that 
   causes this? seems to be the same for all h(x) headers. Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/header-text-7/#post-4052694)
 * In general, header element is block level element, another element following 
   it will be display on the new line. To get it display inline, assign display 
   inline ( or inline-block ) to that header, and make sure the following element
   is display inline ( or inline-block ) too.
 *  Thread Starter [loucks14](https://wordpress.org/support/users/loucks14/)
 * (@loucks14)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/header-text-7/#post-4052720)
 * I see where you’re going with that and it makes sense, but I tried it and no 
   go. Maybe I’m not modifying the correct css element. This is the class I modified:“.
   entry-content h4” I have already changed other elements in this class with no
   problem, but inline is not working. Let me go further into what I’m trying to
   do:
    Code: <h4>Title</h4> – site link Display as: TITLE – site link I used the
   display: inline element in both the ‘h4’ and ‘a’ css classes with no change. 
   Should I be floating each left as well? I thought the inline element worked as
   an alternative to the float…
 *  [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * (@paulwp)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/header-text-7/#post-4052722)
 * I’ve just scanned Coraline theme folder for `<h4>`, came up with none.
 * Instead of the guess work here, please link to your site and state which part
   you are talking about.
 * Also, if the question is purely CSS, and not really related to WP theme, please
   consider asking in CSS forum to get more direct and faster support.
 * example
    [http://csscreator.com/forum](http://csscreator.com/forum)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header text’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [paulwpxp](https://wordpress.org/support/users/paulwp/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/header-text-7/#post-4052722)
 * Status: not resolved