Title: Icon grid problem
Last modified: May 24, 2017

---

# Icon grid problem

 *  Resolved [hugofilipe](https://wordpress.org/support/users/hugofilipe/)
 * (@hugofilipe)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/)
 * Hi!
 * Great theme! But having some problem in the icon alignment – please, visit [https://marca.hugof.pt/](https://marca.hugof.pt/)
   look at icon grid while resizing the browser window: some of the icons get out
   of the grid alignment… Is it too much text int the description?
 * Thanks!

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

 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9167719)
 * Hey,
 * Try adding this CSS to Theme Options> Custom CSS:
 *     ```
       .home-iconmenu {
           min-height: 245px;
       }
       ```
   
 * -Kevin
 *  Thread Starter [hugofilipe](https://wordpress.org/support/users/hugofilipe/)
 * (@hugofilipe)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9167745)
 * Hi Kevin.
 * Sorry, that CSS code does not do the trick… 🙁 But, thanks for trying.
 * Is there another way?
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9167767)
 * Try adding this too:
 *     ```
       @media (min-width: 500px) and (max-width: 1200px) {
       .home-iconmenu {
           min-height: 290px;
           }
       }
       ```
   
 * -Kevin
 *  Thread Starter [hugofilipe](https://wordpress.org/support/users/hugofilipe/)
 * (@hugofilipe)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9168686)
 * Kevin, with the latest addition, was nearly perfect.
    But, after some attempts,
   figured out the perfect porportions:
 * .home-iconmenu {
    min-height: 305px;}
 * [@media](https://wordpress.org/support/users/media/) (min-width: 500px) and (
   max-width: 1200px) {
    .home-iconmenu { min-height: 305px; }}
 * Thanks for helping! 😀
    -  This reply was modified 9 years ago by [hugofilipe](https://wordpress.org/support/users/hugofilipe/).
 *  [Kevin](https://wordpress.org/support/users/jx-3p/)
 * (@jx-3p)
 * [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9171396)
 * Glad I got you on the right track! Let me know if you need any further assistance.
 * -Kevin

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

The topic ‘Icon grid problem’ is closed to new replies.

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

## Tags

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

 * 5 replies
 * 2 participants
 * Last reply from: [Kevin](https://wordpress.org/support/users/jx-3p/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/icon-grid-problem/#post-9171396)
 * Status: resolved