Foundation TopBar Alignment

I am creating my web site with the Foundation theme and ust the TopBar for my menu navigation. On the My Photos page there is a dropdown that appears to be centered. Is there a way to align this to the right side?
I would have attaches a screenshot of the menu but, I can’t see how to do that. You can see what I mean by going to my web site: http://www.ronniewestphotography.com

Try this in the “Code > CSS” settings.

.top-bar-section .has-dropdown .dropdown li a {
text-align: right;
}

3 Likes

Brilliant! That worked a treat.
Thank you Neil.