Home › Forums › WoodMart support forum › Margin between row problem
Margin between row problem
- This topic has 25 replies, 2 voices, and was last updated 6 years, 10 months ago by Artem Temos.
-
AuthorPosts
-
January 24, 2018 at 12:44 pm #35126
alexlim91ParticipantHi 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
January 24, 2018 at 1:06 pm #35129
Artem TemosKeymasterHi,
Where can we see this spacing so we could check and write you how to remove it?
Regards
January 24, 2018 at 1:08 pm #35130
alexlim91ParticipantHere is the website http://www.wowlao.com/homepage/
January 24, 2018 at 1:10 pm #35132
Artem TemosKeymasterWe 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; }
January 25, 2018 at 12:21 pm #35349
alexlim91ParticipantHi,
This is is not fully compatible with Layer Slider?
Thank You
January 25, 2018 at 12:34 pm #35360
Artem TemosKeymasterWhy not? Our theme is fully compatible with this plugin. This default margin comes from the plugin itself and it is not a bug.
January 28, 2018 at 12:28 pm #35701
alexlim91ParticipantHi,
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 demoThank You
January 28, 2018 at 2:36 pm #35713
Artem TemosKeymasterHi,
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
January 29, 2018 at 12:59 am #35766
alexlim91ParticipantHi,
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
January 29, 2018 at 7:15 am #35788
Artem TemosKeymasterYes, we know that and already provided you a CSS snippet to remove this margin.
January 29, 2018 at 7:58 am #35810
alexlim91ParticipantHi,
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
January 29, 2018 at 8:07 am #35819
Artem TemosKeymasterNo, you just need to use it once.
January 29, 2018 at 8:10 am #35821
alexlim91ParticipantHi,
Which mean you want me enter this css code in theme option css section that part?
Thank You
January 29, 2018 at 10:50 am #35864
Artem TemosKeymasterYes, you should add it to the custom CSS section.
January 30, 2018 at 2:51 am #36038
alexlim91ParticipantHi,
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.pngThank You
January 30, 2018 at 7:33 am #36055
Artem TemosKeymasterHi,
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
January 31, 2018 at 7:31 am #36309
alexlim91ParticipantHi 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?January 31, 2018 at 7:33 am #36312
Artem TemosKeymasterHello,
Sorry, what do you mean here?
January 31, 2018 at 7:37 am #36314
alexlim91ParticipantHi,
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/homepageJanuary 31, 2018 at 7:59 am #36329
Artem TemosKeymasterYes, it is created the same as on our demo. There are only a few differences: text-align to right and red background.
February 1, 2018 at 1:17 am #36643
alexlim91ParticipantHi,
Is there any option to hide the product categories title and the product count?
https://i.imgur.com/fGM0YXz.pngThank You
February 1, 2018 at 7:27 am #36662
Artem TemosKeymasterYou can hide them with the following CSS snippet
.product-category .hover-mask { display: none }
February 1, 2018 at 8:01 am #36691
alexlim91ParticipantHi,
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
February 1, 2018 at 8:16 am #36695
Artem TemosKeymasterDo you mean to allow show product categories as images only without any texts?
February 1, 2018 at 8:19 am #36696
alexlim91ParticipantHi,
Ya. got one option to hide or not hide
February 1, 2018 at 8:39 am #36701
Artem TemosKeymasterOK, thank you for the suggestion!
-
AuthorPosts
The topic ‘Margin between row problem’ is closed to new replies.
- You must be logged in to create new topics. Login / Register