Forums
Home / Theme: Twenty Nineteen / CSS to Center Nav Bar
(@fatheroftime)
6 years, 6 months ago
Easiest method of centering nav bar? Thanks.
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Go to the “Additional CSS” part of the dashboard and add this:
.main-navigation { text-align: center; }
Thank you sir!