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
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;
}
Best regards,
Ismael
Thank you very much, Ismael.
That works great.
You can close this ticket.
Kind regards,
Franz
