Simple Formatting question

peresz / 2013-02-04 04:52:12   

Id like to shift the navigation menu on top a bit too the right so it would allign with my name. What line of text should I add to do that?
seredyak.x10.mx/

Thanks

arsondpi / 2013-02-04 08:13:35   

Find line 201 in your style.css and add a padding left

  1. #index .container {
  2.     padding-left: 40px;
  3. }

This thread has been closed, thank you.