Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Divider between menu items

Home / Forums / Kadence Theme / Divider between menu items

This topic is: Resolved
[Resolved]
Posted in: Kadence Theme

Tagged: , ,

March 21, 2022 at 1:28 am

Good morning guys,

I managed to make dividers between my menu items.

The problem is that the dividers also shows up in the menu in my footer, and in the mobile menu. I only want it for the main menu in the main row.

Would you be able to help me fix this?

The code I’m using:

.menu-item:not(:last-child) a {
border-right: 1px solid #CCC1B7;
padding:15px 3px 15px 3px;
}
.menu-item:last-child a {
padding:15px 3px 15px 3px;
}

Thanks in advance!

Best regards,
Anton

  • The forum ‘Kadence Theme’ is closed to new topics and replies.