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

    Hello everyone,
    I have added a submenu across the entire width of this page.
    See link 1 below:

    Is it possible to reduce the space above and below the frame and create a thin frame at the top and bottom?

    See sample link 2 below.

    Thank you,
    Franz

    #1492278

    Hey schweg33,

    Thank you for the inquiry.

    Please add this css code to reduce the height of the submenu and apply a border to it.

    #top .sticky_placeholder {
        height: 30px !important;
        max-height: 30px !important;
    }
    
    #top .av-submenu-container {
        min-height: 30px;
        line-height: 1em;
        border-color: #b1b1b1;
    }
    
    #top .av-subnav-menu > li {
        padding: 8px 0;
        display: inline-block;
    }

    fAryquf.th.png

    Best regards,
    Ismael

    #1492291

    Thank you very much, Ismael.
    That works great.

    You can close this ticket.

    Kind regards,
    Franz

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘border and distance’ is closed to new replies.