Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #475298

    Hello.
    I want to install call service to my site.
    External script work well with other theme (http://upd.tion.ru/good.png),
    but enfold and child Enfold Theme break input field form
    http://upd.tion.ru/bad.png
    http://upd.tion.ru/bad2.png

    Can you help me solve this problem?

    #475577

    Hey Evgeny!

    Our support for third party plugins is limited but try this in Quick CSS:

    #rc-phone-form {
      background-color: green !important;
    }

    Best regards,
    Rikard

    #475595

    Hello Rikard.
    Problem is not in background.

    Input form field moved down. And it’s break style.

    #475773

    Hey!

    Please add following code to Quick CSS

    #rc-popup-form-field {
      padding: 0 2.1em 0 2.1em;
      height: 3.1em;
    }
    input#rc-popup-form-input {
      border: none!important;
    }

    Best regards,
    Yigit

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