Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #318413
    An
    Participant

    Hello,

    I’m using the free version of Lensation. The website works perfect, except for the menu. I’m not a programmer so I will try to explain the best I can 🙂

    Uat.welster.be

    Problem 1:
    When a menu item has a lot of submenu’s, the last submenu’s ‘fall off’ the screen by opening and are not visible. Is it possible to let the submenu’s click open centered of above the menu-item instead of below?

    Problem 2:
    On a small screen or a screen with low resolution, the menu-items open in two columns. The second column however has no background colour so appears as text over the text of the website. Is it possible to add a background colour?

    Thx already for reading my question 🙂
    An.

    #318422
    tikaram
    Keymaster

    @an : I will check for the issue and get back to you soon.

    Regards,
    Tikaram

    #318437
    An
    Participant

    Thank you very much!

    #318448
    tikaram
    Keymaster

    @an : Login to your WordPress admin section. After you are logged in click on the link below
    https://uat.welster.be/wp-admin/customize.php

    Click on additional css and add the following css.

    @media screen and (min-width: 75em) {
        .has-vertical-header .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
            top: -140px !important;
        }
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #318475
    An
    Participant

    Hello Tikaram,

    It solves problem nr 1! Thank you very much.

    Problem 2 however still exists. Here it is the menu itself (not the submenu’s) that splits into two columns when you change the height of the browser. The second column has no background colour and therefore is not readable. I have a picture that can explain this better than my words, but cannot find where I can upload it …

    Greetings,
    An.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.