Home › Forums › Design › Moving the text to the right side of the navbar › Reply To: Moving the text to the right side of the navbar
November 7, 2016 at 11:16 am
#247601
Participant
When I use the display:block on the a elements the elements then stack on top of each other.
The answer for point 1 is spot on.
This is the new CSS below.
http://codepen.io/ChristianA/pen/JbdoqK
I notice that in the codepen display that the elements are centered in the middle of the black bar (as I would like them) but in Firefox they are at the top of the bar. I am using a reset in order to override the browser’s presets for margins and padding. What can I do in order to center the text in the middle of the bar?