Forums

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

Home Forums CSS menu border and hover heights not equal

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #285501
    janet4now
    Participant

    I’m stumped. The sub-menu for the products I’m using has display table on the ul and display table-cell on the li. The border and backgrounds are not the same on one vs. two lines of text. Does anyone see something I’m missing?

    http://norcalvans.teal.halfabubbleout.com/products/

    #285503
    Paulie_D
    Member

    I can’t find any display:table in your CSS for any menu. Can you be more specific?

    #285511
    janet4now
    Participant

    It’s the .products-menu. Orange background

    .products-menu ul {
    width: 100%;
    display: table;
    }

    #285517
    Shikkediel
    Participant

    The li elements have display: inline-block though and not table-cell

    #285520
    janet4now
    Participant

    You’re right! The theme layout was overriding my styles… thank you!!

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