Title: Decrease line height / spacing title icon menu
Last modified: August 31, 2016

---

# Decrease line height / spacing title icon menu

 *  Resolved [sammyjib](https://wordpress.org/support/users/sammyjib/)
 * (@sammyjib)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/)
 * Hi,
 * I would like to know if it’s possible to decrease the line height/spacing for
   the title of the home icon menu on the home page.
 * Thanks in advance.
 * Sam
    [http://www.istimewa-events.nl](http://www.istimewa-events.nl)

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

 *  [Dave Pitman](https://wordpress.org/support/users/dave-pitman/)
 * (@dave-pitman)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314281)
 * More than likely.
 * Got a url to look at?
 *  Thread Starter [sammyjib](https://wordpress.org/support/users/sammyjib/)
 * (@sammyjib)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314284)
 * Yes, it’s the one underneath my name.
    [http://www.istimewa-events.nl](http://www.istimewa-events.nl)
 * Thank you 🙂
 *  [Dave Pitman](https://wordpress.org/support/users/dave-pitman/)
 * (@dave-pitman)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314287)
 * Ha ha…when I first checked that url, it said “coming soon”.. 😉
 * Theme options > Advanced Settings
 * Insert the following. Change the # of pixels to suit.
 * .home-iconmenu a {
    height: 300px; }
 *  Thread Starter [sammyjib](https://wordpress.org/support/users/sammyjib/)
 * (@sammyjib)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314292)
 * Yes, you’re absolutely right. I took it off construction mode a minute after 
   posting this question. You were really quick to respond!
 * About the code, this code is already in my Custom CSS to set the height of the
   background of the home icon menu (the red rectangle) but what I would like to
   do is change the line height/spacing for the titles of the home icon menu since
   the long titles that take up two lines have a lot of space between them. I hope
   you understand what I mean.
 * Thanks!
 *  [Dave Pitman](https://wordpress.org/support/users/dave-pitman/)
 * (@dave-pitman)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314297)
 * Ok, hope this is what you are looking for.
 * these are the classes to adjust that text. I took it down to 14px font size to
   get your longest titles to fit. Adjust to suit.
 * .home-iconmenu h4 {
    font-size: 14px; line-height: 20px; }
 * .home-iconmenu a p {
    font-size: 14px; line-height: 20px; }
 *  Thread Starter [sammyjib](https://wordpress.org/support/users/sammyjib/)
 * (@sammyjib)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314300)
 * Great!
    Thanks so much!

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

The topic ‘Decrease line height / spacing title icon menu’ is closed to new replies.

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

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)
 * [line](https://wordpress.org/support/topic-tag/line/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [title](https://wordpress.org/support/topic-tag/title/)

 * 6 replies
 * 2 participants
 * Last reply from: [sammyjib](https://wordpress.org/support/users/sammyjib/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/decrease-line-height-spacing-title-icon-menu/#post-7314300)
 * Status: resolved