Adjust Height Of Component

By default, on desktop this component will be 80vh tall. You can adjust the panel height below.


div[data-wm-plugin="vertical-accordions"] {
  --va-max-panel-height: 60vh;
}

Use the below CSS to set the component height to match the height of the content in the tallest panel.


#siteWrapper [data-wm-plugin="vertical-accordions"] .accordion-content > *, div[data-wm-plugin="vertical-accordions"] .accordion-title {
  max-height: var(--va-tallest-panel-height);
}
Will Myers

I support web designers and developers in Squarespace by providing resources to improve their skills. 

https://www.will-myers.com
Previous
Previous

Change Color Of Accordion Title Panels

Next
Next

Accordion Title Text