Try getting rid of that 50% width on the <nav>. I’m not sure you want it to be that big in the first place. Generally the side nav bar will take up a much smaller percentage of the width to leave more room for the content.
I have adjusted the width, and you’re right, it does look smarter.
My next issue is that the numbers on the “ol” & “li” do not appear centralised next to their respective prose, despite all of the CSS being in the “center”. What do you advise to rectify this?
Any and all help is appreciated. Thanks in advance.
I don’t think you want to have text-align: center on the sections. This is the reason the list numbers don’t line up correctly.
Also, you don’t have any closing </section> tags in your HTML which is causing your sections to be nested within each other and will only cause you pain in the long run. I would suggest you take advantage of codepen’s built in HTML formatter and analyzer to make sure your HTML is correct.