Home › Forums › WoodMart support forum › Two questions: Center Megamenu & Subheader categories menu
Two questions: Center Megamenu & Subheader categories menu
- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
August 17, 2018 at 1:06 pm #73093
Dimis99ParticipantHi there,
I have two questions:
a) How can i center the mega menu when i give dimensions to it through “Design->Set sizes” (not in full width)?
b) How can i set the parameters in Subheader Categories menu (See attached image), like the categories, background etc? Also, how can i disable it? I have searched so much and i really can’t find it!Thank you in anticipation!
DimisAttachments:
You must be logged in to view attached files.August 17, 2018 at 1:30 pm #73098
Artem TemosKeymasterHi,
1. Sorry, but there is no option to center the item automatically. We can try to give you a custom CSS solution for this. Send us your website link and menu item that you want to center so we can check it.
2. Categories menu is generated based on all categories in your store. You can configure it and turn on/off in Theme Settings -> Shop -> Sidebar and Page title.
Regards
August 19, 2018 at 9:52 pm #73301
Dimis99ParticipantHi again and thanks for your reply.
For question 1, i found a css + visual composer solution which i write below, just if you have a notice to tell me.
1) I set Full width to Mega menu
2) In visual composer block i have set a Section with white background and
3) in css i have added the following rules
.sub-menu-dropdown {background-color: transparent;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15) !important;
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15)!important;
-moz-box-shadow:0px 0px 0px rgba(0, 0, 0, 0.15)!important; }.menu-shadow {
-webkit-box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
-moz-box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
box-shadow: 0px 3px 10px 0px rgba(179,179,179,0.7);
border:1px solid rgba(179, 18, 24, 1);
}.menu-item-design-full-width .sub-menu-dropdown {padding-top: 12px!important;}
.whb-sticked:not(.whb-clone) .whb-general-header .woodmart-navigation:not(.vertical-navigation):not(.navigation-style-bordered) .sub-menu-dropdown {padding-top: 0px!important;}For question two, i think it would be nice if you could choose the categories.
Thank you,
DimisAugust 20, 2018 at 6:00 am #73327
Artem TemosKeymasterHi,
1. Send us your website link when you will be ready so we can see how it looks.
2. Unfortunately, we can’t place there a regular WordPress menu and it is just a categories widget that takes all the available categories in your store.
Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register