How to remove padding/margin

I would like to reduce the padding of this section in my website

URL: https://acufootcare.com/ thank you in advance

Hi Cameron0

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.logo-list__item.animate-item.animate-item--child {
  height: 25px !important;
}
  • Result:

Best,
Esther

How can i also reduce the top padding so the gap between as seen in and the logos is also reduced. Thanks in advance

  • You can try to follow this step
    Step 1: Go to Edit code
    Step 2: Find file base.css and add this code at the end of the file
.logo-list__item.animate-item.animate-item--child {
  height: 25px !important;
}

h2.title.h1.title-with-highlight {
    margin-bottom: unset !important;
}

would you be able to tell me how to add a black border to the top and bottom part of the section?