By Yuki on
User CP | Games | Calendar | Members | FAQs | Sitemap | Support |
You can see "|" this symbol in website.
I can put only menus using css like below:
User CP Games Calendar Members FAQs Sitemap Support
but if i want to put this "|" between menu titles then what is the tag or tricks I need to put in the theme's style.css file? Please kindly inofrm me.
I am using foliage theme.
Comments
Normally the easy peasy way
Normally the easy peasy way is to use CSS borders, such as:
Pimp your Drupal 8 Toolbar - make it badass.
Adaptivetheme - theming system for people who don't code.
Or maybe
Or maybe:
Change the left and right padding and line-height to what you need.
This way the links take up more space than just the text alone.
www.opstijgendenevel.nl
@Jeff Burnz thanks for
@Jeff Burnz thanks for showing the easiest way