Fish Eye Menu Support Product Page

In progress

Problem with icons not aligning at top

Reported 17 Apr 2014 02:16:13
1
has this problem
17 Apr 2014 02:16:13 vanessa ali posted:
Please see the Fisheye menu I have installed at mcdougallunited.com/index.html, The icon on the far right does not line-up with the other two. I have only tested so far in Firefox. Thanks!- Vanessa

Replies

Replied 17 Apr 2014 08:31:19
17 Apr 2014 08:31:19 Teodor Kuduschiev replied:
Hello Vanessa,
Please open the mcdougallunited.com/Styles/fisheye.css and change the styles on line 77 from:

.fisheyeItem span {
    display: none;
    padding: 3px;
}


to

.fisheyeItem span {
    display: none;
    padding: 3px;
    white-space: nowrap;
}

Reply to this topic