Spaces - by Rodrigo - on WordPress WooCommerce support

This topic has 16 replies, 3 voices, and was last updated 3 years, 12 months ago ago by Rodrigo

  • Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 6, 2020 at 13:37

    Hello!
    How could I change spaces between banners in my home?
    Many thanks!!!

    15 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 7, 2020 at 14:13

    Hello,

    Sorry for the delay in answering.
    Please provide a screenshot for a better understanding + temporary wp-admin access.

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 9, 2020 at 14:31

    Hello!!
    (private content) It’s about the spaces between elements in WP bakery builder

    regards

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 10, 2020 at 09:03

    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

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 10, 2020 at 13:30

    Yeah…in dektop

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 11, 2020 at 11:42

    Hello
    I would like modify space between WP bakery builder elements (top and bottom)

    Thanks!!!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 12, 2020 at 09:03

    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

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 12, 2020 at 11:36

    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!!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 13, 2020 at 16:57

    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

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 16, 2020 at 10:25

    Ok…got it…. but I have a problem in categories (private content)
    Could I make it in subcategories only?=

    Thanks!!!

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 16, 2020 at 17:15

    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

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 17, 2020 at 08:46

    Sorry…. (private content)

    regards

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 18, 2020 at 11:26

    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

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 18, 2020 at 13:51

    It works!!
    And how can I hide “select options”?
    I can’t see it in Theme options… 🙁

    many many many thanks Olga!!!

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    November 18, 2020 at 18:21

    Hello,

    You are welcome.

    .product-details .btn.product_type_variable,
    .product-details .product_type_composite {
        display: none !important;
    }

    Regards

    Avatar: Rodrigo Fernandez
    Rodrigo
    Participant
    November 26, 2020 at 11:07

    Many thanks Olga!!!

  • Viewing 16 results - 1 through 16 (of 16 total)

The issue related to '‘Spaces’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.