- This topic has 4 replies, 2 voices, and was last updated 2 days, 10 hours ago by
An.
-
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. -
AuthorPosts
- You must be logged in to reply to this topic.