Home › Forums › WoodMart support forum › submenu settings
submenu settings
- This topic has 18 replies, 2 voices, and was last updated 10 months, 2 weeks ago by Luke Nielsen.
-
AuthorPosts
-
December 21, 2023 at 10:13 am #523573
office-9133Participantsubmenu settings
Attachments:
You must be logged in to view attached files.December 21, 2023 at 1:06 pm #523651
Luke NielsenKeymasterHello,
I would like to request temporary admin access to the website to take a better look at the issue there.
Thank you in advance.
Kind Regards
December 21, 2023 at 1:19 pm #523658
office-9133Participantsorry i can not do that
December 21, 2023 at 1:24 pm #523662
Luke NielsenKeymasterHello,
Could you please make a clone of your website and move it to the staging platform? So I can investigate the issue there.
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Also, the website is closed at all: https://prnt.sc/Eh4gxZs4HPw9
Thank you in advance.
Kind Regards
December 21, 2023 at 2:15 pm #523684
office-9133Participantthe website is not yet launched
I can’t do staging at the moment because I don’t have enough space
December 21, 2023 at 6:25 pm #523805
Luke NielsenKeymasterHello,
I have replicated such appearance on my side and unfortunately, there is no way to make it in the same line, unfortunately.
If there’s anything else we can do, please get in touch.
Kind Regards
December 22, 2023 at 1:03 pm #523975
office-9133ParticipantNor adding a css?
December 25, 2023 at 1:53 pm #524460
Luke NielsenKeymasterHello,
In general, it’s possible but I not guarantee that it will work well with the long text. So you need to edit the HTML BLOCK with that menu and define some custom CSS class in order to apply the CSS to that specific area: https://prnt.sc/Z7BM0YoqODYt
Then define the below code in Theme Settings -> Custom CSS:
.custom-class .wd-sub-menu li>a .menu-label { position: unset; margin-top: 0; align-self: unset; } .custom-class .menu-label { margin-inline-start: 5px; } .custom-class .menu-label:before { content: none; }
The result should be similar to this: https://prnt.sc/CUMs68My_lBc
Thank you for your time.
Kind Regards
December 25, 2023 at 4:45 pm #524508
office-9133Participantand isn’t there a risk that a theme or plugin update will crack the css?
December 25, 2023 at 5:07 pm #524512
office-9133Participantit did not work
Attachments:
You must be logged in to view attached files.December 25, 2023 at 5:10 pm #524514
office-9133Participantsorry
December 25, 2023 at 5:11 pm #524515
office-9133Participantthis is
Attachments:
You must be logged in to view attached files.December 25, 2023 at 5:19 pm #524519
office-9133Participantnot working
Attachments:
You must be logged in to view attached files.December 25, 2023 at 5:23 pm #524522
Luke NielsenKeymasterHello,
As I mentioned above, you need to paste the code to the Custom CSS area in Theme Settings. After the update the code will not gone if you use it in Theme Settings -> Custom CSS.
Do not check it in the Elementor, you need to check it on the real page.
Kind Regards
December 25, 2023 at 5:32 pm #524523
office-9133ParticipantI did
check the last pictures sent
December 25, 2023 at 5:33 pm #524524
office-9133Participantbut css give me some errors like in the pictures
December 25, 2023 at 5:53 pm #524526
Luke NielsenKeymasterHello,
Remove the above code and paste this one in
Theme Settings -> Custom CSS
..whb-header .menu-label { position: static !important; margin-inline-start: 5px; } .whb-header .wd-sub-menu li>a .menu-label { margin-top: 0; align-self: center; } .whb-header .menu-label:before { content: none; }
Do not use the Custom CSS area from Elementor: https://prnt.sc/c9vhvRtsaMmc , use ours instead : https://prnt.sc/6bnYNOv0Ghea
Result: https://prnt.sc/3r-7TvPZ84Ed
Kind Regards
December 25, 2023 at 6:50 pm #524531
office-9133Participantit works very good
thank you
and isn’t there a risk that a theme or plugin update will crack the css?
merry christmasDecember 26, 2023 at 10:09 am #524583
Luke NielsenKeymasterHello,
In general, the update or plugins should not affect the above CSS. But in any case, you can contact us and we will do our best to help you.
So can the topic be closed? Thank you for your time.
Kind Regards
-
AuthorPosts
Tagged: submenu
- You must be logged in to create new topics. Login / Register