Forums

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

Home Forums CSS Mobile nav lines out of place on iPad break point

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #249064
    jknetdesign
    Participant

    http://ajhproperties.com/

    At the first break point when mobile nav becomes visible on iPad width, the burger bars are not centered in the blue nav bar and shift when clicked on. How can I fix this glitch in the CSS?

    #249079
    Beverleyh
    Participant

    Using the Developer Console (F12 in most browsers) will really help you when it comes to troubleshooting.

    If you inspect the element, you’ll see that top: 21px !important; is being applied at that breakpoint. I assume that this is what you’ll want to increase. You can check the Developer Console for the selectors that are being used, and the stylesheet(s) the declaration appears in.

    #249165
    jknetdesign
    Participant

    I’m familiar with inspector and I do my diligence to try that every time before I ask for help. In this case I thought it was something more complex. I increased the px and got it centered fine. Thank you!

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