This topic has 16 replies, 3 voices, and was last updated 3 years, 12 months ago ago by Rodrigo
Hello!
How could I change spaces between banners in my home?
Many thanks!!!
Hello,
Sorry for the delay in answering.
Please provide a screenshot for a better understanding + temporary wp-admin access.
Regards
Hello!!
(private content) It’s about the spaces between elements in WP bakery builder
regards
Hello,
Are you talking about space on the desktop? Because I don’t see the issue for the mobile device https://gyazo.com/1d6825b8c96244105666063bc516b585
Regards
Yeah…in dektop
Regards
Hello
I would like modify space between WP bakery builder elements (top and bottom)
Thanks!!!
Hello,
Space comes from the row and column paddings https://gyazo.com/6490cfca83682a61e27799f0b72ff561
Edit your page and change the row http://prntscr.com/vhtr4s and column paddings http://prntscr.com/vhtrgh
Regards
Ok…It’s done!!!! and.another cuestion Please….
I would like to show Products Page Layout in movil…In two columns…Is it possible??
Thanks!!
Add the next code in Theme Options > Custom CSS > Custom CSS for mobile:
.shop-full-width .products-grid .product {
width: 49.4% !important;
display: inline-block;
}
Regards
Ok…got it…. but I have a problem in categories (private content)
Could I make it in subcategories only?=
Thanks!!!
Hello,
Use the Lightshot screenshot tool to share the screenshot. You provided link to your WP Dashboard http://prntscr.com/vk69uq and we don’t see screenshot.
Regards
Sorry…. (private content)
regards
Hello,
Replace the previous code by this one
.shop-full-width .products-grid .product:not(.product-category) {
width: 50% !important;
float: left;
}
.shop-full-width .page-content {
padding: 0;
}
Regards
It works!!
And how can I hide “select options”?
I can’t see it in Theme options… 🙁
many many many thanks Olga!!!
Hello,
You are welcome.
.product-details .btn.product_type_variable,
.product-details .product_type_composite {
display: none !important;
}
Regards
Many thanks Olga!!!
The issue related to '‘Spaces’' has been successfully resolved, and the topic is now closed for further responses