#Move button to right side of screen when width is less than 800px

7 messages · Page 1 of 1 (latest)

stray quiver
little meadow
#

Hi @stray quiver

  1. Create A flex container with your two elements. Set this container to display:flex and justify-content: space-between.
  2. set a class to the FA icon and set it to display: none.
    Inside the media query, set that class to display:block

That should give you a working solution

stray quiver
#

Ill try that, thanks for the assistance!

stray quiver
#

That worked out, one more question though...do you see why the "home", "about", and "contact" links aren't vertically aligned with the "insertnamehere" div

#

scratch that, i think i got it

little meadow
stray quiver
#

like that?