Home Forums WoodMart support forum Bigger gap between products

Bigger gap between products

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #279292

    ipcom
    Participant

    How can i make a bigger gab (above 30 setting in theme options) between products in products grid on mobile?

    #279323

    Hello,

    Can you please share the screenshot and the page URL where you want to add a space or gap between products so I will give you the solution accordingly?

    Best Regards.

    #279328

    ipcom
    Participant

    On the mobile version of products grid. Just a bigger blank space between the products as a whole.

    #279332

    Hello,

    Please share the page URL so I will give you the solution. Without checking your site how can I give you the custom CSS code to add a space between the products on the shop page of your site, I did not know which layout or style you have set for your shop page.

    Best Regards.

    #279334

    ipcom
    Participant

    I have shared it in the private section.

    #279445

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-spacing-30>[class*=col] {
        margin-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }

    Best Regards.

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