Technical Documentation Page Alignment Issues

I can’t get the alignments issues worked out.

Here is the pen

1 Like

multiple things:

  1. Verify your email, I can’t see the pen in Full View
  2. Try adding the code below to your navbar to stop the content appearing over it:
    z-order: 1;
  3. Add width: 75% to the main body (set the navbar width to 25%, a specific amount is a bad idea)
    If there are still issues, let me know! (otherwise, please mark this reply as the solution! :heart:)

Could not get it to work by doing that.
After playing around with it for awhile,
I changed the .main-section header and section article to
position: relative;
left:300px;

oh ok.
Again, don’t use solid px values for screen size reasons!