Small niggle with last Top Bar divider *Solved*

Any way to get rid of the last (far right) divider in Top Bar? When you have a full width, centred menu, the last divider sits just off the edge of the page and looks like there’s a menu item gone off page - see: https://bedonwelltraining.co.uk

There is no end divider on the left side so to my eye it just looks odd.

Try this:
.top-bar-section ul .divider:last-of-type {border:none!important}

And this should work for the left divider:
.top-bar-section ul .divider:first-of-type {border:none!important}

4 Likes

Excellent - thank you very much, works a treat. I really must learn some basic coding sometime !!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.