Halo Team TagDiv NewsPaper Team
How do I create a dividing line between names/items in the navigation menu. Like the following picture.
<div class=”separator” style=”clear: both;”>
</div>
Thank you very much and see you again
Muhammad Nagib Alaydrus
-
This topic was modified 3 years by
Romi.
Hello!
For the Header main menu element, there is a setting: https://prnt.sc/rnbcS57hELd1
Thank you!
Thank you Betina for your response
So how to arrange the height and position of the item. And the separator view in my main menu looks messy and disorganized like this.
<div class=”separator” style=”clear: both;”>
</div>
I want the separator to look neat and tall like in this picture.

How to make it look the same as the picture above?
Thank you very much and see you soon
Muhammad Nagib Alaydrus
Hello!
You can align the separator, but it won’t touch the border lines: https://prnt.sc/YmVRet8aZ9ZK
But, you can add a CSS code. Follow the steps:
1. Add a class name here: https://prnt.sc/z27iqWK96MjJ
2. In the Live CSS box, add this CSS code:
.td-separator .tdb-menu>.menu-item{border-right:1px solid white;}
3. Apply these settings: https://prnt.sc/VK1rZ3ZIypP3
Thank you!
