Forums

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

Home Forums CSS Help with mobile menu responsiveness:

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

    Hello,

    I’m having some issues with responsiveness fixes with the menu here:

    http://bitly.com/WW9EXc

    The menu is buggy between window widths 1025px – 1142px.

    Below and above those window widths the menu is looking good. Any CSS improvements would be greatly appreciated: I’ve been looking at the code too long.

    Currrently the spacing between the center image and the menu is too large and the items are moving down to the next line rendering them invisible on the white background. Thanks so much for any help!

    #176590
    janet4now
    Participant

    Remove the max-width of 960px on the wrap for the menu and it looks fine.
    media=”all”
    @media only screen and (max-width: 1139px)
    .site-inner, .wrap {
    /* max-width: 960px; */
    }

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