Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Submenu scroll needed

Viewing 3 reply threads
  • Author
    Posts
    • #38667
      artimization
      Support Expired

      I have created a menu with long list of sub menus
      But in primary menu or Vertical menu, none are scrolling.
      And I am not finding any code for overflow so that I could make that auto.

      Home

      Check hover on BRANDS, i have 50 + brands, I need to add in submenu with scroll option

      Any help please ?

      Regards

      omer

       

    • #38669
      Harry
      Support Expired

      Hi Omer,

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .jas-menu > li > ul, .jas-menu li ul.sub-menu .sub-column .sub-column {
      	display: inherit;
      	max-height: calc(100vh - 120px);
      	overflow-y: scroll;
      	list-style-type: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #38670
      artimization
      Support Expired

      Hello its work but i only show the scroll in brand sub menu not all menus. Currently showing in all menus.

      I add class in brand menu (.scroll-menu). please give me a code with this class so the scroll apply only in brands menus

       

      Home

      Regards

      omer

    • #38678
      Harry
      Support Expired

      Hi,

      Please change code to

      .jas-menu li.scroll-menu ul.sub-menu {
      	display: inherit;
      	max-height: calc(100vh - 120px);
      	overflow-y: scroll;
      	list-style-type: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.