• Resolved jingyansu

    (@jingyansu)


    Hello my website is https://techyuga.com/.
    Since i have activated the theme, i have been getting some display problem with my contact form 7. I see a long empty space below my contact forms.
    Here is a list of page, containing contact form 7.

    https://techyuga.com/supportmenu/

    https://techyuga.com/contact-support-team/

    And the captcha has become very big. I tried to get the support from contact form 7, but they say, i am problem with the theme’s css.

    Its a regular business site, and i am compeletely relying on contact form 7 in order to get customer request, i am expecting for quick fix to this problem.

    Thank You in advance.

Viewing 6 replies - 1 through 6 (of 6 total)
  • in your style you have:
    .site-content .entry-content p a img, .site-content .entry-content p img {
    height: 100%;
    max-width: 100%;
    width: 100%;
    }

    (Style.css rule 410 )

    Remove the: width:100%

    add new class named (.site-content .entry-content p img.wpcf7-captchac) to your style like:

    .site-content .entry-content p img.wpcf7-captchac {
    width: auto;
    }

    Thread Starter jingyansu

    (@jingyansu)

    You mean, i need to edit it at the CSS of my theme ?

    Thread Starter jingyansu

    (@jingyansu)

    I tried to put
    .site-content .entry-content p img.wpcf7-captchac {
    width: auto;
    }
    in my theme CSS. now the captha is coming fine. But i still see a big empty space below my contact forms.

    put this code in you style.css

    .site-content .entry-content p a img, .site-content .entry-content p img {
    width: auto !important;
    }

    Thread Starter jingyansu

    (@jingyansu)

    Great. It worked.

    Thanks a lot to all of you. Thank you so much manojrohtela..

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Having problem with contact from 7’ is closed to new replies.