Hi,
I would like to add the width of the submenu
and I would like to add a thin white space between the headlines, see screen shot
What code shall I add?
Thanks
Charlotte
Hi Charlotte!
Try using this code in Quick CSS:
.sub-menu{
min-width: 320px;
border: 0 !important;
}
.sub-menu a {
border: 0 !important;
border-bottom: 1px solid white !important;
}
Best regards,
Josue
Thanks:)