Forums

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

Home Forums CSS extra padding problem

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #37272
    capola
    Member

    Hi experts!
    I have this menu with one submenu item for the first link after the home button. The problem is that there is en extra padding which appears on hover but I don’t see how it could be removed.

    Many thanks!

    #99616
    timmey
    Member

    the problem is, that you set width: 100% and are using padding somewhere.


    ul#menulist_root li ul li a{
    width:auto;
    }

    should fix it.

    #99619
    capola
    Member

    Yes, that’s it! Thanks!

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