Home Forums WoodMart support forum Reduce gap between Mega Menu Column

Reduce gap between Mega Menu Column

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #697754

    kyriakos
    Participant

    Hello Xtemos Support,

    I’m developing a site locally using the WoodMart theme. For the Mega Menu, I design the HTML block using WPBakery. I’m experiencing two issues:

    There is a visible gap between the columns of the Mega Menu that I can’t seem to remove using any settings.

    The dropdown width does not change regardless of the value I set in the Menu Settings (“Set Sizes”).

    Since this is a local project, I am unable to provide login credentials. I’ve attached screenshots showing both the menu appearance and my current settings.

    Could you please advise:

    How can I reduce or eliminate the space between columns generated by WPBakery?

    How can I properly set a custom width for the dropdown if the “Set Sizes” option doesn’t apply?

    Any specific CSS or suggestions for WPBakery would be greatly appreciated.

    Thank you!

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

    Hello,

    Try to move the columns to a separate row and remove the column gap in WP Bakery.

    Follow this Guide on how it works: https://kb.wpbakery.com/docs/wpbakery-page-builder-how-tos/how-to-change-gap-between-columns/

    For the drop-down with, set the drop-down settings “set sizes” and choose the width:
    https://postimg.cc/zytrrNd4

    Best Regards,

    #697817

    kyriakos
    Participant

    Hi,

    Thanks for your reply. The column gap is already set to 0px as you can see from the screenshots.
    And from the screenshots from my previous message you can see that the set-size width is set. Whatever I type there does not do any change

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

    Hello,

    Please try checking the column padding or margins applied at the row or column level in WPBakery. Even if the column spacing is set to 0px, additional space may still appear due to these settings.

    If the issue remains, use our template library and import the templates there with a 0px column gap setting. Kindly review the setup of these columns and replicate the same structure for consistency across your design.

    Best Regards,

    #698572

    kyriakos
    Participant

    Hi I want live. Please check the issue now

    #698690

    Hello,

    Edit HTML Block with WP Bakery> Edit column where the extra menu list is situated and change the width.

    See Screenshot for better understanding: https://postimg.cc/nX1zF4LZ

    Best Regards,

    #698721

    kyriakos
    Participant

    oh I see. Thanks for that!
    And now that the columns are closer to each other how can I make the total width of the drop down mega menu smaller?
    whatever I value I type on Dropdown width I doesn’t make a difference.

    Thank you

    #698868

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-dropdown-menu.wd-design-aside {
        --wd-dropdown-width: 900px; /* Change to your desired width */
        max-width: 900px;
        width: 900px;
        margin: 0 auto; /* Center align */
    }

    Best Regards,

    #698917

    kyriakos
    Participant

    Hi,

    Thanks for your reply! Still not working. Whatever I change the –wd-dropdown-width value, width stays the same.

    #698999

    Hello,

    The custom css code is working fine on your site. Please try to change the code value and check how it works.

    Best Regards,

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