Home › Forums › WoodMart support forum › different size of mega menu for laptop
different size of mega menu for laptop
- This topic has 15 replies, 2 voices, and was last updated 4 years, 10 months ago by Elise Noromit.
-
AuthorPosts
-
February 14, 2020 at 7:52 am #173358
vakhtang_11ParticipantHi,
can I do different size of rectangle of mega menu for desktop and laptop?
now size of rectangle does not fit laptop display.
now mega menu dedicated for desktop or tablet or smartphone, but not for laptop.how to improve by css? what’s name of this rectangle class?
thxAttachments:
You must be logged in to view attached files.February 14, 2020 at 8:34 am #173373
Elise NoromitMemberHello,
The mobile menu does not support the mega menu. You will need to clone your menu and arrange the items as a menu and sub-menu.
Best Regads
February 14, 2020 at 8:43 am #173376
vakhtang_11Participantbut I said that problem not in mobile.
problem in laptop (notebook).
see attachment
Attachments:
You must be logged in to view attached files.February 14, 2020 at 10:35 am #173415
Elise NoromitMemberHello,
You can choose “Set size” in the menu item and specify the size https://xtemos.com/docs/woodmart/create-menu-2/
Best Regards
February 14, 2020 at 12:46 pm #173439
vakhtang_11Participantbut I need one size for desktop (2K – 2560 px – width) and other for notebook resolution (1200 width).
In css I need case. question is what’s name of class of menuFebruary 14, 2020 at 1:58 pm #173462
Elise NoromitMemberHello,
Please provide your site URL I will provide custom CSS.
Best Regards
February 15, 2020 at 4:52 am #173563
vakhtang_11Participanteden4u.co.il
February 15, 2020 at 9:38 am #173608
Elise NoromitMemberHello,
Your site is not workable now. https://www.eden4u.co.il
As soon as it works, I will be able to provide custom CSS.
Best Regards
February 15, 2020 at 12:51 pm #173653
vakhtang_11Participantin https working but with js errors (described problem in other topic)
February 15, 2020 at 4:53 pm #173689
Elise NoromitMemberHello,
The site does not work https://prnt.sc/r2s0ek
Rename the plugin folder in FTP, check the site, if the site works, rename the plugin folder as it was and provide site admin access.
Best Regards
February 16, 2020 at 4:11 am #173740
vakhtang_11Participant“The site does not work https://prnt.sc/r2s0ek”
works now“Rename the plugin folder in FTP”
really do not know about talking about
provided pass in privateFebruary 17, 2020 at 9:39 am #173943
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global/Tablet/Mobile:
.menu-item-9274.menu-item-design-sized > .sub-menu-dropdown { width: 1000px; }
Insert the code to all the fields and set the width as per your needs.
Best Regards
February 17, 2020 at 10:11 am #173950
vakhtang_11Participant>> .menu-item-9274.menu-item-design-sized > .sub-menu-dropdown
it’s dedicated for ALL menu (laptop) or each one needs it’s number?February 17, 2020 at 11:29 am #173973
Elise NoromitMemberHello,
1. Set the Ful-width in each menu item.
2. Insert the code and limit the width for each device: Desktop, Tablet, Mobile
If you want
(2K – 2560 px – width)
insert this code into the Desktop:.menu-item-9274.menu-item-design-sized > .sub-menu-dropdown { max-width: 2560px; }
If you want
other for notebook resolution (1200 width)
Add this code to the Mobile/Tablet
.menu-item-9274.menu-item-design-sized > .sub-menu-dropdown { max-width: 1200px; }
Best Regards
February 17, 2020 at 12:14 pm #173981
vakhtang_11ParticipantI inserted this css. in 2K appears small. if I need larger menu rectangle – how to do it?
see attach.Attachments:
You must be logged in to view attached files.February 18, 2020 at 7:00 am #174163
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media screen and (min-width:2000px){ .item-event-hover:hover>.sub-menu-dropdown{ min-width:2500px; } }
Set the values as per your needs.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register