Visual Theme: Centre title description & menu
-
Hi all,
I’m new to css, and I’ve been googling and tinkering, but I can’t work out how to centre my title and menu.Can anyone suggest code for the Visual theme?
http://indiebookscovered.com/Thanks,
MelindaThe blog I need help with is: (visible only to logged in users)
-
Welcome!
To center the menu in the Visual theme, add the following to the Appearance > Customize > CSS editor:
#site-navigation { border-right: none; text-align: center; width: 100%; } #site-navigation > div { display: inline-block; } -
-
- The topic ‘Visual Theme: Centre title description & menu’ is closed to new replies.