- This topic has 11 replies, 2 voices, and was last updated 5 months, 2 weeks ago by
tikaram.
-
AuthorPosts
-
May 25, 2023 at 1:10 am #318413
An
ParticipantHello,
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 🙂
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.May 25, 2023 at 1:24 am #318422May 25, 2023 at 12:58 pm #318437An
ParticipantThank you very much!
May 26, 2023 at 7:40 am #318448tikaram
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.phpClick 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,
TikaramMay 27, 2023 at 2:47 pm #318475An
ParticipantHello 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.May 30, 2023 at 9:58 am #318518An
ParticipantHello Tikaram,
Have you got any idea about my previous question?
Greetings,
An.May 31, 2023 at 1:10 am #318545tikaram
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.phpClick on additional css and add the following css.
.wp-block-navigation.is-vertical  {    --navigation-layout-direction: unset; }
Let me know if this helps you out.
Regards,
TikaramMay 31, 2023 at 6:23 am #318550An
ParticipantHello Tikaram,
This helps indeed with the readability, thank you!
But readers cannot scroll the menu so the last items are not visible and cannot be reached.Is this something that can be fixed? I am sorry for all the questions …
Greetings,
An.June 1, 2023 at 12:27 pm #318589tikaram
Keymaster@an : Can you please let me know the device details on which the issue with the menu items occur so that I can try to replicate the issue and provide you the required fix.
Regards,
TikaramJune 1, 2023 at 2:58 pm #318591An
ParticipantMy laptop has a display resolution of 1600×900. When I lower the height of my browser, the problem occurs.
I know this is a specific problem but the goal audience of the website has mostly older pc’s …Greetings,
An.June 5, 2023 at 2:00 pm #318629An
ParticipantIs there a solution for my previous post?
My laptop has a display resolution of 1600×900. When I lower the height of my browser, the problem occurs. I know this is a specific problem but the goal audience of the website has mostly older pc’s …
Greetings,
An.
June 17, 2023 at 11:09 pm #319016 -
AuthorPosts
- You must be logged in to reply to this topic.