Forums

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

Home Forums CSS Menu item jumping around

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #46097
    JohnAsp
    Member

    I’ve just noticed something weird happening on the navbar on the site I’m building. The right hand navigation item called “About” seems to wrap onto another line and the jumps into the place where it’s meant to be when the page has finished loading. Anyone why/how to fix?

    http://v2.seasiderspodcast.co.uk/

    #141555
    Senff
    Participant

    No idea, but I do think the design is a little too much like CSS-tricks…..

    #141558
    jurotek
    Participant

    Imitation is the sincerest form of flattery! Tricks is distinct and unique design like no other. But, some have to start somewhere if they “lack” creativity.

    #141573
    waylaid
    Member

    The cause appears to be the **margin-right: 0;** for the last-child not kicking in at the same time as **margin-right: 1%;** which all the nav items have. Strange as both are in the same media query.

    #141577
    JohnAsp
    Member

    Was actually going through the CSS tricks V10 series redesign and writing code and learning along as I went. Where’s the harm in that?

    Anyways, thanks waylaid, Ill look into fixing.

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