Hi there. On my website I want to insert a separator into a dropdown menu. For this I use the Joomla 4 menu item type. However, in the T4 menu this entry is displayed as a normal link, not a separator line. In the Cassiopeia template the separator appears correct. What can I do to fix this? Thanks in advance for any help!

Hi @dirk-k,
I've tried to configure on our T4 Blank demo and it worked fine. The menu will be spawned as <span class="separator ..."> if the menu is of type Separator .

You can provide us with your website url and the back-end login account, then we will be able to check this issue for you directly.

Kind regards,

This message is visible to Moderators only
hidden content

Hi Dirk,

I just added this custom css into your site:

/*Separator menu item type*/
.t4-navbar .nav-item.divider {
    border-right: 1px solid #ced4da;
    margin: .25em;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

Kindly check.

This message is visible to Moderators only
hidden content
Write a Reply...
You need to Login to view replies.