Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #438803

    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

    Submenu

    #439454

    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

    #439578

    Thanks:)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add width of submenu’ is closed to new replies.