Move CTA button to the bottom

Add this code to the Custom CSS field on the Style tab of your Business Hours widget’s settings:

[class*="multi-column-layout__Column-sc"] {
display: flex;
flex-direction: column;
}

[class*="business-info__Container-sc"] {
flex-basis: 0;
}

[class*="multi-column-layout__Column-sc"] [class*="content__Block-sc"]:nth-of-type(3) {
order: 1;
}
1 Like