Search code examples
csswordpressthemes

Remove padding of a certain section using CSS


I've noticed there is a small amount of padding on one of my containers that I would like to remove entirely however the code I am implementing doesn't seem to be working.

CSS

.elementor-container elementor-column-gap-default {
    padding-top: 0;
}

I think I may have the name of the element wrong. My website is www.monoalarms.co.uk/wp and i am trying to remove the padding from the container that contains that 5 buttons. it is directly under the header image.


Solution

  • You are looking padding in wrong container, please try next css -

    .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated { padding-bottom: 0; }
    

    Seems your padding goes from banner