Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1330162

    Hi – trying to create a horizontal signup form for sendinblue. This currently sits in a 1/3 column section on live site, but want it to appear as a full width responsive horizontal form with input fields all in one line. Have tried this applying display:inline, or display: inline-block to class sib_signup_form, but something in avia is altering it so input sections appear below each other. Any ideas? Have included link to page in private content.

    #1330229

    Hey Art_Discovery,

    So you don’t want the form in the 1/3 element? If so then please create a test page, and add the form to the element you want it in, then we’ll have a look at the CSS.

    Best regards,
    Rikard

    #1330289

    Thanks Rikard
    I have placed the signup in a test page – see below. Thanks for your help.

    #1330319

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    form#sib_signup_form_1 input[type=text] {
        width: 25%;
        display: inline;
    }

    Best regards,
    Rikard

    #1330334

    Sorry Rikard, that hasn’t made any difference, the field entries are all still on separate lines

    #1330385

    Hi,

    Please try this instead:

    form#sib_signup_form_1 input[type=text] {
        width: 24% !important;
        display: inline;
    }
    
    form#sib_signup_form_1 .sib-email-area {
        margin-right: 20px;
    }

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.