Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Problems with span in link not not being in the right place

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42628
    Jochim
    Participant

    Hi

    I have a problem with this menu I’m trying to make. When I thought I was finished I noticed that a span is placed too low (the text underneath the icon isn’t centered in the circle if I move the span), when you hover with your mouse underneath the circles, it triggers the animation too early.. Can someone please help me with this?

    Here is a pen of my code: http://codepen.io/Jochim/pen/zsnlv

    #124008
    djenglander
    Member

    a.nav span{
    padding-top: 40px;
    top: 0;
    }
    It worked when I changed it with Chrome Developer Tool.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.