- This topic has 2 replies, 2 voices, and was last updated 10 years, 6 months ago by Navid.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
May 2, 2014 at 9:33 pm #28650NavidMember
Hi,
I’m new to wordpress but getting to grips with it all slowly using the Evolution Pro theme which I am developing off-line through a localhost so I can’t and you the URL, Sorry.
I found the helpful .css post to centre the primary menu and would like to centre the footer menus as well. Can anyone help me with the custom css code to achieve this please.
Any help for a novice would be great!
May 3, 2014 at 12:46 pm #28741SakinKeymaster@Navid: To center the footer menu, you can add the following css in “Appearance => Theme Options => Custom CSS” box.
#colophon #access-footer ul.menu { text-align: center; } #colophon #access-footer ul.menu li { display: inline-block; float: none; } #colophon #access-footer ul.menu a { display: block; float: none; }
May 3, 2014 at 1:00 pm #28748NavidMemberThank you Sakin,
That worked perfectly
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Center the Footer Menu’ is closed to new replies.