Forums

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

Home Forums CSS [Solved] Responsive menu

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #206170
    triplebit
    Participant

    My site is http://www.perfect-rehitim.co.il
    I create a mobile menu but the submenu looks very ugly.
    Can somone advice please?
    Regards
    I. Sher

    #206172
    Paulie_D
    Member

    Can somone advice please?

    Please reproduce this in a Codepen.io demo.

    Then explain what “ugly” means and what you would like to improve.

    #206173
    Geoff Graham
    Participant

    Hey @triplebit!

    First off, nice work getting the responsive menu up and running. I know menus can be a beast so it’s great you got something working.

    How would you like the submenu to appear? Is there a mockup you’re working with? That would help see what you think is ideal and where the current design needs work.

    One thing off the bat I notice is this:

    .nav-class ul {
      width: 120px !important;
    }
    

    Do you need to declare !important there for any particular reason? It seems to be overriding the instances where you might want the submenu to fill the entire width of the menu container.

    #206318
    triplebit
    Participant

    Thank you @Paulie_D and @Geoff Graham
    I managed to do it with the help of another genleman.
    Regards

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