Okay
  Public Ticket #1283206
Sub-Menu Box changing width
Closed

Comments

  •  15
    Scolex_de started the conversation

    Hi there,

    I've two new issues:

    First:
    Can you tell me how/where I can change the width of the sub-menu box (ul.sub-menu). I need 10 px more two the right, cause the arche aligns to the top (have look at the image).

    Second issue:
    The white menu skin doesn't show the arches to the sub-menu (have look at the image). How to enable this?

    Kind Regards

  •  1,559
    Laborator replied

    Hi Scolex_de,

    Can you please send us your site URL first, so we can investigate your site and then get back to you with possible solution.

    P.S. make sure you've disabled the Maintenance/Coming Soon mode

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Scolex_de replied privately
  •  1,559
    Laborator replied

    Hi again,

    Adding this CSS to the Custom CSS will increase the size of sub-menu box and colorize the caret:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul ul, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul {
        min-width: 300px !important;
    }
    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul ul li.menu-item-has-children:before, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
        border-color: transparent transparent transparent #000 !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  15
    Scolex_de replied

    Hi Art,

    box size is now perfect.

    But the caret is now with the darm menu also black an not white, as it should be.
    Have a look f. e. at
    http://mauthe-gmbh.de/entwurf/portfolio/industrie_kom_hochbau/

    Withe white Menu the caret is fine.


    Regards

  •  1,559
    Laborator replied

    Hi there,

    Paste this code in that page's Custom CSS where you have black menu:

    .main-header.menu-type-standard-menu .standard-menu-container div.menu>ul ul li.menu-item-has-children:before, .main-header.menu-type-standard-menu .standard-menu-container ul.menu ul li.menu-item-has-children:before {
        border-color: transparent transparent transparent #FFF !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  15
    Scolex_de replied

    Works fine!


    THX

  •  1,559
    Laborator replied

    Hi Scolex,

    We're glad to hear that

    P.S: If you like our theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.  A huge thank you from Laborator in advance and have a great day!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group