• Resolved anymvs

    (@anymvs)


    Hello authors ??

    I have customize contact form 7 and I have a really strange problem !
    The form is working fine without columns.. But when I add the css for columns styles the text disable… I figure out that the problem is float:left;
    but it’s really important to use it.. Any ideas what cause this problem ?

    Thanks
    Col code:

    .custom-col_half  {
      margin-bottom: 25px;
      display: block;
      position: relative;
      margin-right: 4%;
      float: left;
      width: 48%;
    }
    
    .custom-col_half_last {
        margin-bottom: 25px;
        margin-right: 0 !important;
        display: block;
        position: relative;
        float: left;
        width: 48%;
        clear: right;
    
    }

    img url: https://i58.tinypic.com/33yru9x.png

    url: https://www.ploutarchosm.com

    https://www.ads-software.com/plugins/contact-form-7/

Viewing 1 replies (of 1 total)
  • Thread Starter anymvs

    (@anymvs)

    done ??

    .custom_clear {
        clear: both;
        display: block;
        font-size: 0px;
        height: 0px;
        line-height: 0;
        width: 100%;
        overflow: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Problem with custom css contact form 7’ is closed to new replies.