Home Forums WoodMart support forum Two questions: Center Megamenu & Subheader categories menu

Two questions: Center Megamenu & Subheader categories menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #73093

    Dimis99
    Participant

    Hi 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!
    Dimis

    Attachments:
    You must be logged in to view attached files.
    #73098

    Artem Temos
    Keymaster

    Hi,

    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

    #73301

    Dimis99
    Participant

    Hi 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,
    Dimis

    #73327

    Artem Temos
    Keymaster

    Hi,

    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

Viewing 4 posts - 1 through 4 (of 4 total)