How to remove padding/margin

Solved

How to remove padding/margin

CameronO
Excursionist
48 1 24

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

CameronO_0-1737220349516.png

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

Accepted Solution (1)
EstherBui
Trailblazer
276 39 44

This is an accepted solution.

- 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;
}

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

View solution in original post

Replies 4 (4)

EstherBui
Trailblazer
276 39 44

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: 

EstherBui_0-1737221218122.png

 


Best,
Esther

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

CameronO
Excursionist
48 1 24

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

EstherBui
Trailblazer
276 39 44

This is an accepted solution.

- 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;
}

 

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

CameronO
Excursionist
48 1 24

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