How to normalize the unusual gap between section headings?

Hi Guys,

The sections gaps between headers and columns are odd as illustrated bellow. How can we normalize that.

Thank you

@Alliance ,

Share the store link.

allianceautoproducts.com

@Alliance
put below css

.section-header.text-center {
    margin-top: 45px !important;
}

You can try follow this path:
Themes => edit code => asset => theme.scss.liquid
and add this code to bottom of the file theme.scss.liquid

Hello @Alliance

It’s GemPages support team and glad to support you today.

The problem is because the theme has css that uses a negative margin of -35px in the logo list

This issue will affect the display of distance differently on MacOS and Window

You can remove to adjust the distance to be reasonable on browsers

  1. Go to Online Store → Theme → Edit code:

  1. Open your theme.liquid theme file

  2. Paste the below code before :


Hope my solution can work and support you!

Kind & Best regards!

GemPages Support Team.