Submenu are broken and some submenu are not visible.

Created on 5 October 2023, about 1 year ago
Updated 24 July 2024, 4 months ago

🐛 Bug report
Status

RTBC

Version

1.1

Component

Code

Created by

🇮🇳India alok_singh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @alok_singh
  • @alok_singh opened merge request.
  • Status changed to Needs review about 1 year ago
  • 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
  • 🇮🇳India pray_12

    Patch solves the submenu issue. Moving this to RTBC++

  • Status changed to Needs work 5 months ago
  • 🇮🇳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
  • Status changed to RTBC 4 months ago
  • 🇮🇳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.

Production build 0.71.5 2024