• sir ….
    when i submitted a form then its ajax loader image shows is very fade and big type ..how we its reduce in size?
    and also we use in whole site its form when any changes occured than other pages form are disturbed.
    what can i do ..please suggest me..
    my site

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I had the same problem, there was a plug-in conflict with the ‘ajax-loader’ class, where another plugin was forcing it to 100% height. I managed to solve it using the following code, in my style.css file in my theme:

    div.wpcf7 img.ajax-loader {
    height: 16px!important;
    }

    Hope this helps!

    Thread Starter avi123

    (@avi123)

    yes aWEBthatWORKS its work for me also ..thanks

    one more question is mine , site front page footer have a border and other pages have no. how we used same as from the others pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘contact form-7’ is closed to new replies.