Section height

HI hope all is well how can i set it so each section is same height like this page i want to make each section even tho text different in each section i want height of sections to be same for continuity am i doing something wrong i have the padding at 10% thanks for the help. the link for the page is https://vma.vmalongisland.com/kids-martial-arts/
once i fix this page il do the other two programs pages thanks.

Hi There,

Thank you for writing in, please add this to Theme Options > CSS

.same-height-section {
	height: calc(100vh - 184px);
}

Then add a CLASS same-height-section to your sections.

Hope it helps,
Cheers!

should this go in global css and also when i ad this should i remove all padding thanks.

Hi There,

If you only need this class on one page then you can add it to page CSS. If you anticipate that you’re going to use this same class on other pages too, then add this to Theme Options > CSS (Global CSS). You can keep the 10% padding on your sections.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.