Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fernandob

    (@fernandob)

    Right now I have this:

    <ul class=”floatLi selfClearCont”>

    • <fieldset>[email* your-email]<fieldset>
    • [submit “STEP IN”]
    • and

      .wpcf7-submit {
      padding: 10px;
      background: #b3b3b3;
      color: #ffffff;
      }

      ul.floatLi li {display: inline-block; margin-right: 10px;}
      ul.floatLi li:last-of-type {margin-right: 0px; clear: right;}

      ul.selfClearCont {
      text-align: center;
      padding: 0 !important;
      margin: 0 !important;
      }

      ul.selfClearCont li {
      list-style-type: none;
      padding: 0 0 10px 0 !important;
      }
      .selfClearCont:before,
      .selfClearCont:after {
      content:””;
      display:table;
      }

      .selfClearCont:after {
      clear:both;
      }

      .selfClearCont {
      zoom:1; /* For IE 6/7 (trigger hasLayout) */
      }

      But something is wrong because this is the result…

    Thread Starter fernandob

    (@fernandob)

    Thanks a lot!
    It worked :))

    I have been researching this subject for a while and finally a solution!

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