Is there a way to insert a vertical divider after each li element on the main menu?
<ul class="nav navbar-nav">
<li><a href="#"><i class="fa fa-home"></i> <span class="sr-only">(current)</span></a></li>
<li><a href="#" > نبذه عنا </a></li>
<li><a href="#"> اكادمية بوذيب للفروسيه </a></li>
<li><a href="#"> اسطابلات بوذيب </a></li>
<li><a href="#"> المركز الاعلامي </a></li>
<li><a href="#"> اتصل بنا </a></li>
<li><a href="#"> اكثر <i class="fa fa-bars"></i> </a></li>
<li><a href="#"> </a></li>
</ul>
Check out the site that needs fixing here: the site
Also, here is an example of how I want the main menu to look like: the image
Any suggestions or help would be greatly appreciated.