-
yurek24
ParticipantHey guys,
Quick question:
Does anyone know how to center the main nav menu? I’ve come close by adding
display: table;
margin: 0 auto;
float: none;to #access ul in my child theme but when I tested it for mobile, the menu items do not span the full width of the menu and page.
Would show screenshots but don’t think I can attach them to this post.
Any suggestions or help will be much appreciated?
Thanks!
DanceDivasAdmin
ParticipantSorry to bump this but I am looking for the answer to this too, anyone?
kodeman
ParticipantI’m interested in this too, i tried about 3 different custom CSS’s i found on google but none were for this theme, and unfortunetly none worked… I’m also looking to increase the font size of the navigation bar.
yurek24
ParticipantHey guys just logged into my old email and saw these responses. I actually did find a solution to this.
Try adding the following code in your CSS:
#access ul {
float:none;
width:750px;
margin: 0 auto;}
yurek24
ParticipantI customized the pinboard theme to span a width of 100% so depending on your site, you many need to play with the px of the “width”
Cheers.
You must be logged in to reply to this topic.