Title: How to decrease the width of JustWrite logo area on the top.
Last modified: September 27, 2016

---

# How to decrease the width of JustWrite logo area on the top.

 *  Resolved [ckadmin](https://wordpress.org/support/users/ckadmin/)
 * (@ckadmin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/)
 * Hi,
    I am using Justwrite theme. Please tell me how to decrease the width of 
   logo area on the top. Thanks.

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

 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/#post-8227507)
 * You can do that with css to make the font size smaller, for example:
 * `.logo { font-size: 24px !important; }`
 *  Thread Starter [ckadmin](https://wordpress.org/support/users/ckadmin/)
 * (@ckadmin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/#post-8227664)
 * I am not referring to the size of the logo font.
    What i wish to do is reducet
   the the height of the logo area (that is currently in black color) on which the
   logo lies.
 *  Theme Author [acosmin](https://wordpress.org/support/users/acosmin/)
 * (@acosmin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/#post-8227691)
 * Then this might help:
 *     ```
       .top.logo-text {
           height: auto;
           min-height: 110px !important;
       }
       ```
   
 *  Thread Starter [ckadmin](https://wordpress.org/support/users/ckadmin/)
 * (@ckadmin)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/#post-8227770)
 * Thanks you 🙂

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

The topic ‘How to decrease the width of JustWrite logo area on the top.’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [ckadmin](https://wordpress.org/support/users/ckadmin/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/how-to-decrease-the-width-of-justwrite-logo-area-on-the-top/#post-8227770)
 * Status: resolved