Forums

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

Home Forums CSS Relocate certain elements of navigation

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #180954

    I’m trying to relocate the last 3 options on my navigation bar to position them further to the right. I’m unsure as to what the issue is, but I have been unable to correctly position them.

    http://codepen.io/anon/pen/Evdwg

    #181030
    Paulie_D
    Member

    There’s a lot of ways to do this.

    Unfortunately, the Codepen isn’t much help as you’ve included a lot of CSS that isn’t applying because you haven’t included the IDs or classes in your HTML or have gotten the CSS selectors wrong

    Frankly, the simplest way is to create a second ‘nav’ with these three elements it and float it to the right.

    http://codepen.io/anon/pen/fBrHh

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