Site logo

Archived topic

make container full width, make forms inline

1 reply · Started by Nicholas on March 19, 2021

Viewing posts 1–2 of 2

see video walkthrough in private section

Hi there,

You will need to move the Container Block with the Form outside of the current container block. Probably easiest to insert a new Container Block before the one with the background image, add your shortcode and apply your styles.

For the Form layout - it will require some CSS:

@media(min-width: 769px) {
  .happyforms-flex div {
    flex-basis: 50%;
  }
}
This archived topic is closed to new replies.