New to website design – how do I find the left navigation margin in CSS?
-
I need to delete it!
The blog I need help with is: (visible only to logged in users)
-
If you’re trying to align the main navigation menu to the left instead of the right you can use this:
.primary-navigation { float:left; }Go to Appearance > Customize > CSS, delete all the filler text in the CSS area and paste that code there instead.
- The topic ‘New to website design – how do I find the left navigation margin in CSS?’ is closed to new replies.