Home › Forums › CSS › Issues with Margin-top › Reply To: Issues with Margin-top
July 2, 2015 at 12:34 pm
#204517
Participant
@hikaru12: So the hover effects weren’t showing up because the ul
had overflow: hidden;
on it. I removed it and added clearfix to it instead in my pen and it seems to be fixed in the desktop breakpoints, but something else will have to be done for mobile.