Hi Guys,
The sections gaps between headers and columns are odd as illustrated bellow. How can we normalize that.
Thank you
Share the store link.
@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
Open your theme.liquid theme file
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.