Home Forums WoodMart support forum Browse Category menu sub category "width" extending problem

Browse Category menu sub category "width" extending problem

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

    alieray80
    Participant

    Hello there,
    The names of the sub-categories are long in the “Browse Category” menu.
    so how can we expand the subcategory area that doesn’t fit?

    how can we fixit?

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Each mega menu block is the HTML block https://xtemos.com/docs/woodmart/create-menu-2/ (WP bakery page builder template) These columns are row columns which can be wider https://wpbakery.com/video-academy/responsive-column-control-width-offset-param-usage-explained/?v=9025a1ae8c64

    Best Regards

    #194284

    alieray80
    Participant

    130/5000
    Hello there,

    I created Mega Block Menu ok,
    but how can I reduce the “empty” white area in the background? as much as the menu text.
    Is it possible to make this width of writing?

    The attached screenshot will explain the my problem.

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

    Hello,

    Try to set zero in margins/paddings of the row, column, and each item, if it would not be enough, I will provide custom CSS.

    Best Regards

    #194702

    alieray80
    Participant

    Hi, again

    As you can see in the screenshots, I made the settings as you said, but the menu did not change

    As you will see in “menu_screenshots.png”, I want the red part to be deleted. rather, I want the background as much as the text.

    Best regards

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

    Hello,

    You would better arrange your sub-menu by means of the sub-menu items in the menu without using HTML blocks.

    If we reduce the width with CSS it would apply to all mega menu blocks.

    Best Regards

    #194840

    alieray80
    Participant

    Hi,

    I prefer to use the menu. ok
    however, I cannot expand the area with the products in the sub menu as one line. Our product names are unfortunately long.

    Screen shots attached.

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

    Hello,

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

    body .vertical-navigation .sub-menu-dropdown {
        width: 350px!important;
    }

    Set the width as per your needs.

    Best Regards

    #194955

    alieray80
    Participant

    It works
    thanks for helps

    best regards

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

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Browse Category menu sub category "width" extending problem’ is closed to new replies.