• blenkhn

    (@blenkhn)


    I would like to have 3 phone numbers to correctly capture a phone number. The problem is that using the follow and inline button separates it and then stacks the last two fields. Even if I make them smaller. Any help is appreciated. Even to say I can’t do it.

    https://ww.wp.xz.cn/plugins/si-contact-form/

Viewing 4 replies - 1 through 4 (of 4 total)
  • mbrsolution

    (@mbrsolution)

    Hi can you share your URL.

    Thank you

    Thread Starter blenkhn

    (@blenkhn)

    integritytechnicalsupport.com

    mbrsolution

    (@mbrsolution)

    Hi, the only way you can align the boxes inline and next to each other is by adding position: absolute or position: relative. See example below.

    The following code is applied to id=”fscf_field1_5″

    element.style {
    left: 100px; <==== This is what I added
    position: absolute; <==== This is what I added
    top: 227px; <==== This is what I added
    width: 70px;
    }

    mbrsolution

    (@mbrsolution)

    Hi, is your issue resolved?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Inline Phone Number’ is closed to new replies.