Title: Header
Last modified: August 22, 2016

---

# Header

 *  Resolved [romancenalmor](https://wordpress.org/support/users/romancenalmor/)
 * (@romancenalmor)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-95/)
 * I had a Tittle on Header, and i add a little description, the description its
   on the right of the Tittle.
    Would like to see the description below the Tittle.
 * Its possible? Thanks in advance

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-95/#post-5480462)
 * I am sorry but this is starting to feel like custom web design work. I can only
   help you with bugs or minor tweaks. You can find the help you need on [http://jobs.wordpress.net/](http://jobs.wordpress.net/).
 * As for your question, I am going to help you one last time.
 * Open `header.php` find:
 * `<h2 class="description"><?php bloginfo( 'description' ); ?></h2>`
 * add above it this code:
 * `<br />`
 * Now open `style.css` find:
 *     ```
       .logo {
       display: inline-block !important;
       position: absolute;
       font-size: 36px;
       letter-spacing: 10px;
       font-weight: normal;
       text-transform: uppercase;
       text-align: left;
       top: 50%;
       left: 50%;
       margin-left: -245px;
       transform: translate(0, -50%);
       ```
   
 * change it to:
 *     ```
       .logo {
       display: inline-block !important;
       position: absolute;
       font-size: 36px;
       letter-spacing: 10px;
       font-weight: normal;
       text-transform: uppercase;
       text-align: left;
       top: 50%;
       left: 50%;
       margin-left: -245px;
       transform: translate(0, -50%);
       text-align: center;
       }
       ```
   
 * also find:
 *     ```
       .logo a, .logo .description {
       display: inline-block;
       float: left;
       }
       ```
   
 * change it to:
 *     ```
       .logo a, .logo .description {
       display: inline-block;
       }
       ```
   
 * Sorry for being harsh, but its just a free WordPress theme.
 *  Thread Starter [romancenalmor](https://wordpress.org/support/users/romancenalmor/)
 * (@romancenalmor)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-95/#post-5480464)
 * First of all thanks so so much, you help me in all i asked so good.
    Second sorry
   so so much , you are not harsh, you are so polite, and again ill say sorry, was
   a big misunderstanding, i saw was free, and good for me, but i understood many
   questions was good for you too, cause many people read about your good work, 
   so i did as help me and say thanks to you. Ill check website you recomend to 
   me, to see. Ill not disturb more here, as i told sorry, didnt understand all.
   Im a little private starting to learn, so i would like to ask, if any way that
   doing a mothly fee, i can have support, cause i never want all free, just to 
   know.
 * Sorry for my english, and thanks a lot for your last help, i did, and as always
   all good.
 *  Thread Starter [romancenalmor](https://wordpress.org/support/users/romancenalmor/)
 * (@romancenalmor)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/header-95/#post-5480475)
 * The website where you said to me, its not good, its a place to pay a man for 
   do the job, i want learn, and its what im doing here, what i need its a support
   not a man to do the job, and im not talking about free.thanks anyway

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

The topic ‘Header’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [romancenalmor](https://wordpress.org/support/users/romancenalmor/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/header-95/#post-5480475)
 * Status: resolved