- Issue created by @alok_singh
- @alok_singh opened merge request.
- Status changed to Needs review
about 1 year ago 10:59am 5 October 2023 Applied MR 3. The broken menu styles are now fixed. The appearance would be further improved by removing the left space in the submenu. Attaching screenshots after the MR for reference.
- Status changed to RTBC
5 months ago 5:52pm 18 June 2024 - Status changed to Needs work
5 months ago 5:54pm 18 June 2024 - 🇮🇳India Arun Velusamy
Based on bindu's suggestion, I have added additional CSS to enhance the appearance of the submenus. Please try the following CSS
.uk-navbar-dropdown { padding:15px; } .uk-navbar-dropdown-nav { text-align: left; font-size: 15px; } .uk-navbar-dropdown-nav > li > a { border-bottom: 1px solid #eaeaea; padding-bottom: 8px; } .uk-navbar-dropdown-nav > li:first-child > a { padding-top: 0; } .uk-navbar-dropdown-nav > li:last-child > a { border: none; padding-bottom: 0; } .uk-navbar-dropdown-nav > li > a:hover, .uk-navbar-dropdown-nav > li > a:focus { color: #e3722e; }
Please review the attached screenshot showing the results after applying the CSS.
- Status changed to Needs review
5 months ago 5:41am 21 June 2024 - Status changed to RTBC
4 months ago 5:58am 24 July 2024 - 🇮🇳India riddhi.addweb
The mentioned page issue is resolved, & I have also checked and it is working as expected. I am attaching the Screenshots & doing RTBC for the same.