Site logo

[Support request] make container full width, make forms inline

Home Forums Support [Support request] make container full width, make forms inline

Home Forums Support make container full width, make forms inline

  • This topic has 1 reply, 2 voices, and was last updated 5 years ago by David.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1701471
    Nicholas

    see video walkthrough in private section

    #1701607
    David
    Staff
    Customer Support

    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%;
      }
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.