We’re having a couple of issues with the icon list.
1. The List Item Title seems to be getting cut off at the bottom. Is this some kind of padding/margin issue? http://l2l.ca/resources/ (using OSX with FF)
2. We’d like the Title links to either ALL be underlined when you hover or NOT. It seems right now that there are some which display the underline and some that don’t. http://l2l.ca/newsletter/media/
They both seem like CSS issues but want to verify with you first. It also seems like this only happens when you don’t include and List Content but merely use the Title.
thanks
Hey mxm33!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-icon-list li { min-height: 90px; }
2) I checked your menu on FF on Win7 but on my end they are all underlined on hover. Can you post a screenshot and show the issue?
Best regards,
Yigit
That css tweek moves the icons apart further but it doesn’t solve the problem of the titles getting cut off.
Even using IE with Win7 shows the titles being cropped.
Hi!
Please try adding following code as well
header.entry-content-header { margin-bottom: 10px; }
This should do it
Regards,
Yigit
Perfect, thanks Yigit