What would I have to to to make icon size heigher then font size?

Comments

Tilo’s picture

Hi
I know it's an old post but I was stuck with the same problem. When displaying menus inline (horizontally) the image is handled as a background image of the text. There seems to be no way to enlarge the icon or any container around it.
So I used 'block display' and floated the items to the left.

#block-menu-primary-links a {
  display: block;
  float: left;
}
deanflory’s picture

min-height?