Home Forums WoodMart support forum Margin between row problem

Margin between row problem

Viewing 26 posts - 1 through 26 (of 26 total)
  • Author
    Posts
  • #35126

    alexlim91
    Participant

    Hi Xtemos,

    May i know to remove the spacing between two row is set the margin to -40px? Because previously it working fine when i enter -40px for margin but now i is not working. Even i set to 0 also same. https://i.imgur.com/QmSJxCA.png

    Thank You

    #35129

    Artem Temos
    Keymaster

    Hi,

    Where can we see this spacing so we could check and write you how to remove it?

    Regards

    #35130

    alexlim91
    Participant

    Here is the website http://www.wowlao.com/homepage/

    #35132

    Artem Temos
    Keymaster

    We see that you are using Layered slider element and it has default margin bottom so you can use the following CSS code to remove it

    .wpb_layerslider_element {
    	margin-bottom:0!important;
    }
    #35349

    alexlim91
    Participant

    Hi,

    This is is not fully compatible with Layer Slider?

    Thank You

    #35360

    Artem Temos
    Keymaster

    Why not? Our theme is fully compatible with this plugin. This default margin comes from the plugin itself and it is not a bug.

    #35701

    alexlim91
    Participant

    Hi,

    How can i create product categories like this demo https://woodmart.xtemos.com/demo-marketplace/demo/marketplace/
    screenshot: https://i.imgur.com/oDx5D9Q.png
    I try using the product categories element but it seen different with demo

    Thank You

    #35713

    Artem Temos
    Keymaster

    Hi,

    We used “Extra menu list” elements to create such categories links on the page. Images were uploaded as background images for columns that contain these lists.

    Regards

    #35766

    alexlim91
    Participant

    Hi,

    Ok. I got it.
    For the layer slider margin bottom gap, the layer slider already reply me here is the message:
    “The gap is related to a Visual Composer DIV. This DIV has the following class: .wpb_content_element , and this class has a margin on it: margin-bottom: 35px;”

    Thank You

    #35788

    Artem Temos
    Keymaster

    Yes, we know that and already provided you a CSS snippet to remove this margin.

    #35810

    alexlim91
    Participant

    Hi,

    That mean i need to insert that css code everytime when i enter new slider layer then i need to insert this css code?

    Thank You

    #35819

    Artem Temos
    Keymaster

    No, you just need to use it once.

    #35821

    alexlim91
    Participant

    Hi,

    Which mean you want me enter this css code in theme option css section that part?

    Thank You

    #35864

    Artem Temos
    Keymaster

    Yes, you should add it to the custom CSS section.

    #36038

    alexlim91
    Participant

    Hi,

    Forgot to ask you guys that the main menu, in the menu i using mega menu function which using html block to create the mega menu. But in the mobile view it didn’t show the mega menu.
    The pc main menu https://i.imgur.com/Q62tgD0.png
    But in mobile view it didn’t show out https://i.imgur.com/OsLjsip.png

    Thank You

    #36055

    Artem Temos
    Keymaster

    Hi,

    Mega menu dropdowns built with HTML Blocks are supported by the main desktop menu only. You need to create a separate mobile navigation in Appearance -> Menus without HTML Blocks dropdowns.

    Regards

    #36309

    alexlim91
    Participant

    Hi Xtemos,

    The “Extra Widget Menu” that you mentioned previously is look like this right?
    https://i.imgur.com/WvtCAOi.png
    Is this one look like demo marketpalce one?

    #36312

    Artem Temos
    Keymaster

    Hello,

    Sorry, what do you mean here?

    #36314

    alexlim91
    Participant

    Hi,

    The product categories in demo marketplace is using this “Extra wdiget menu” element right?
    https://i.imgur.com/zEfFnHC.png
    So i want to confirm either the one that i create is similar with the demo or not. http://www.wowlao.com/homepage

    #36329

    Artem Temos
    Keymaster

    Yes, it is created the same as on our demo. There are only a few differences: text-align to right and red background.

    #36643

    alexlim91
    Participant

    Hi,

    Is there any option to hide the product categories title and the product count?
    https://i.imgur.com/fGM0YXz.png

    Thank You

    #36662

    Artem Temos
    Keymaster

    You can hide them with the following CSS snippet

    .product-category .hover-mask {
    	display: none
    }
    #36691

    alexlim91
    Participant

    Hi,

    Ok. But did you guys plan to implement new option for this to hide the product categories or maybe you guys can add new feature for this product categories element

    #36695

    Artem Temos
    Keymaster

    Do you mean to allow show product categories as images only without any texts?

    #36696

    alexlim91
    Participant

    Hi,

    Ya. got one option to hide or not hide

    #36701

    Artem Temos
    Keymaster

    OK, thank you for the suggestion!

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

The topic ‘Margin between row problem’ is closed to new replies.