Forums

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

Home Forums CSS Hello question on centering Reply To: Hello question on centering

#238527
Paulie_D
Member

Firstly, to see what is happening, put a border on the list items and anchors…it’ll help you visualise the issues.


.nav > li { border:1px solid white; } .nav > li > a { color: white; font-family: Raleway; padding-left: 40px; border:1px solid red; margin-top: 50%; margin-left: 50%; }

http://codepen.io/Paulie-D/pen/RawZBL