Home Forums WoodMart support forum .menu-label remove tail Reply To: .menu-label remove tail

#348949

Stefan
Participant

After hunting code I found the piece of the puzzle. This will align the label side by side with the link.

.wd-sub-menu li a .menu-label {
	align-self: center;
	margin-top: -5px !important;
	margin-left: 5px;
        padding: 3px 9px;
	border-radius: 50px;
	line-height: 12px;
}	
.menu-label:before {
	border-right-width: 0;
}
  • This reply was modified 2 years, 10 months ago by Stefan.
Attachments:
You must be logged in to view attached files.