• Is there a way to remove the gap between products in the product archive. I am working with elementor and created a template with a 0px gap between the containers. However on the actual page there is a gap, which is caused by Astra theme (when I change the theme the gap is gone) and also when I check in the css code astra theme seems to create some padding by default. It looks something like: ast-col-sm-12 padding-left: 20px, padding-right:20px;

    Is there a way to remove this padding?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dachilla78

    (@dachilla78)

    I managed it with some css but I feel it’s not the most elegant solution

    .ast-col-sm-12 {
    padding-left: 0px!important;
    padding-right:0px!important; }

    Hi @dachilla78,

    Did you mean you are using Elementor Theme Builder to create a template and use it as the Product Archive page? If that is the case, since the Theme Builder is coming from the Elementor Pro, I would ask you to please get in touch with us through our Support Portal.

    Just in case you are not aware, discussing anything related to the pro version is not allowed in this forum, as mentioned in the Forum Guidelines.

    Please mark this thread as Resolved.

    Kind regards,
    Herman ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product Archive Padding’ is closed to new replies.