Home Forums WoodMart support forum Trying to set up an aside menu like the megamarket demo

Trying to set up an aside menu like the megamarket demo

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #383841

    tchock
    Participant

    Hi –

    I’m trying to set up an aside menu like this: https://woodmart.xtemos.com/megamarket/

    I did a clean install on staging with dummy data and I can’t figure out how to configure it on my current setup.

    Can you please take a look and see what I’m missing? I’m trying to get the dropdown to match the color of the menu bar and set a consistent height like in the demo.

    Thanks!

    #383906

    Artem Temos
    Keymaster

    Hello,

    You need to enable the “Aside” design for one of your menu items as shown on the screenshot in Appearance -> Menus https://gyazo.com/2d0821cb5a0436e2daa81b4697d58843
    Then put your menu subitems with HTML Blocks to create these tabs https://gyazo.com/2891cddb6a860b505f406cccb8da38a0

    Kind Regards

    #384203

    tchock
    Participant

    Hi –

    I enabled aside, but it does not have option for a background color – how can I configure that part?

    Thanks

    #384219

    tchock
    Participant

    nevermind – got that part working. I couldn’t see the options until I cleared my cache after updating the theme.

    I pretty much have this styled the way I’d like now, but I’m trying to increase the size of the menu icons. can you help with the CSS for that? something in the theme seems to be blocking just putting in width and height for .wd-nav-img

    SCREENSHOT: https://monosnap.com/file/zoOHjHFxG6BIu8ajpsgAV9DdgeZxpg

    #384529

    Artem Temos
    Keymaster

    Here is a custom CSS for this and you can set any size there

    body .wd-dropdown-menu.wd-design-aside.wd-style-with-bg .wd-sub-menu-wrapp>.wd-sub-menu>li>a .wd-nav-img {
    max-height: 40px;
    }

    Kind Regards

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