Hello! Can you post your site’s URL? Thanks!
I have a similar question (same question) I’m trying get the top menu items to be spaced evenly across the top of the page. I found a few pieces of css code to add to space the text, but that just spaced out all the individual words not the individual menu items.
http://www.mediamarathoning.com
@yoshason@gmail.com: If you require assistance then, as per the Forum Welcome, please post your own topic.
Hi Bj, the site is here: http://www.vr-pro.net/
Thanks for looking
Hey there Ray! I played around with this and I think this will make your menu look like you wanted. Let me know if I can help you further!
Try putting this into your Custom Style.CSS:
.navigation-main li {
letter-spacing: 0.7px;
padding: 0 5px;
}