- This topic has 5 replies, 2 voices, and was last updated 6 years, 5 months ago by
Mahesh.
-
AuthorPosts
-
February 11, 2016 at 3:03 am #85151
pete
ParticipantMy client wants the primary menu justified rather than aligned on the left.
Is there something I can put into Custom CSS to add spacing so they’re not all crammed together on the left?
The website in reference is http://demo.woodlandhillslimousineservice.com/
Thank you
February 11, 2016 at 11:58 am #85189Mahesh
KeymasterThank you for using Catch Responsive Pro.
Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS..menu.catchresponsive-nav-menu { width: 95%; } .menu-item { width: 20%; } .menu-item a { text-align: center; }
Hope this helps you to solve the issue.
Regards,
MaheshJuly 3, 2017 at 1:24 am #118491pete
ParticipantI can’t figure out why this code works on some websites and not on others.
It currently does not work at http://www.campbellfamily101.com/ and I cannot figure out why
July 3, 2017 at 6:35 am #118502Mahesh
Keymaster@pete-guttenberggmail-com: Add the following CSS:
.catchresponsive-nav-menu { display: table; width: 100%; } .catchresponsive-nav-menu > li { display: table-cell; float: none; } .catchresponsive-nav-menu > li > a { display: block; text-align: center; } /* Hides Search Button */ #search-toggle { display: none; }
Regards,
MaheshJuly 3, 2017 at 2:12 pm #118535pete
ParticipantGreat it works! Thank you Mahesh
July 4, 2017 at 11:38 pm #118603Mahesh
Keymaster@pete-guttenberggmail-com: I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated.
Thanks, and if there’s anything else at all that I can do to help, don’t hesitate to let me know.Regards,
Mahesh -
AuthorPosts
- The topic ‘How to change spacing between primary menu items’ is closed to new replies.