• Resolved lelacook2017

    (@lelacook2017)


    We need help to make our warranty form styling in
    responsive and could follow our theme style? how could we do? It’s
    hard for us to edit the css style. Current theme is look
    ugly.

Viewing 1 replies (of 1 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    @lelacook2017,

    Please make sure your code looks like this for responsiveness:

    .wdform-page-and-images .other_input
    {
    max-width: none;
    }
    .wdform-required {
    border: none;
    color: red;
    vertical-align: top;
    }
    .wdform_section {
    display: inline-block;
    width: auto !important;
    }
    .wdform-label-section{
    text-align: left;
    display: table-cell;
    }
    .button-submit {
    margin: 5px;
    }
    /*.wdform-label {
    border: none;
    color: #000;
    vertical-align: top;
    line-height: 17px;
    }
    button,
    input,
    select,
    textarea
    {
    font-size:14px;
    }
    .warning,
    .error
    {
    background-color: #F0EFEF;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    padding: 5px;
    }
    .warning *,
    .error *
    {
    margin:0;
    }
    .recaptcha_input_area input
    {
    height:initial !important;
    }
    input[type=”radio”]
    {
    border:none !important;
    outline:none !important;
    }
    input[type=”checkbox”]
    {
    border:none !important;
    outline:none !important;
    }
    a.ui-spinner-button
    {
    border-radius:0px !important;
    background: none!important;
    }
    a.ui-slider-handle {
    width: 13px;
    height: 13px;
    top: -4px;
    border: 0px;
    border-radius: 13px;
    background: #FAFAFA;
    border: 3px solid #B1B1B1;
    outline: none;
    }
    .ui-slider {
    height: 6px;
    background: #F5F5F5 !important;
    margin: 7px 0px;
    }
    .wdform_grading input {
    width: 100px;
    }
    .wdform-matrix-cell input[type=”text”] {
    width: 100px;
    font-size: 14px !important;
    }
    .wdform-matrix-cell select {
    width: 60px;
    font-size: 14px !important;
    }
    .wdform_section .wdform_column:last-child {
    padding-right: 0px !important;
    }
    .wdform_preload {
    display: none;
    }
    .wdform_grading {
    padding: 3px 0px;
    }
    .wdform-matrix-table {
    display: table;
    border-spacing: 0px;
    }
    .wdform-matrix-column {
    text-align: left;
    display: table-cell;
    }
    .wdform-matrix-cell {
    text-align: center;
    display: table-cell;
    padding: 6px 10px;
    }
    .wdform-matrix-head>div {
    display: table-cell;
    text-align: center;
    }
    .wdform-matrix-head {
    display: table-row;
    }
    .wdform-matrix-row0 {
    background: #DFDFDF;
    display: table-row;
    }
    .wdform-matrix-row1 {
    background: #E9E9E9;
    display: table-row;
    }
    .selected-text {
    text-align: left;
    color: #000;
    }
    .wdform-quantity {
    width: 30px;
    margin: 2px 0px;
    }
    .wdform_scale_rating label {
    vertical-align: middle;
    }
    .ui-corner-all {
    border-radius: 0px;
    }
    .ui-widget-content {
    border: 0px;
    background: transparent;
    }
    .ui-slider-range {
    background: #8A8A8A !important;
    }
    .wdform_map {
    border: 6px solid #fff;
    }
    .wdform-page-and-images {
    width: 100%;
    border: 0px solid #000 !important;
    padding-left:10px;
    }
    .paypal-property {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    }
    .sel-wrap {
    display: inline-block;
    vertical-align: middle;
    width:100%;
    }
    .sel-imul {
    display: none;
    }
    .sel-imul .sel-selected {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    padding: 0px 0px 0px 2px;
    font-size: 13px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: #F8F8F8;
    border: 0px solid #D3D3D3;
    background-position: right 2px center;
    width: 100%;
    }
    .sel-imul.act .sel-selected {
    background: #fff;
    }
    .sel-selected .sel-arraw {
    height: 23px;
    width: 30px;
    background: url([SITE_ROOT]/images/09/01.png) 50% 50% no-repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    }
    .sel-imul:hover .sel-selected .sel-arraw {
    // background-color:#e0e0e0;
    // border-left:1px solid #bbb;
    }
    .sel-imul.act .sel-selected .sel-arraw {
    // background-color:#e0e0e0;
    // border-left:1px solid #bbb;
    }
    .sel-imul .sel-options {
    background: #fff;
    border: 1px solid #dbdbdb;
    border-top: none;
    position: absolute;
    width: inherit;
    display: none;
    z-index: 10;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    }
    .sel-options .sel-option {
    padding: 3px 4px;
    font-size: 13px;
    border: 1px solid #fff;
    border-right: none;
    border-left: none;
    text-align: left;
    }
    .sel-options .sel-option:hover {
    border-color: #dbdbdb;
    cursor: pointer;
    }
    .sel-options .sel-option.sel-ed {
    background: #dbdbdb;
    border-color: #dbdbdb;
    }
    input[type=text]{
    margin: 0px;
    }
    input[type=password]{
    margin: 0px;
    }
    input[type=url]{
    margin: 0px;
    }
    input[type=email]{
    margin: 0px;
    }
    input.text{
    margin: 0px;
    }
    input.title{
    margin: 0px;
    }
    textarea{
    margin: 0px;
    }
    select {
    margin: 0px;
    }
    .form-error {
    border-color: red !important;
    }
    .form-error:focus {
    border-color: red !important;
    }
    .wdform-field {
    display: table-cell;
    padding: 5px 0px;
    }

    .wdform-element-section {
    text-align: left;
    display: table-cell;
    min-width: 140px;
    }
    .file-upload input {
    position: absolute;
    visibility: hidden;
    }
    .file-upload-status {
    margin-left: 10px;
    max-width: 200px;
    font-weight: bold;
    font-size: 16px;
    color: #888;
    position: absolute;
    border-radius: 0px;
    height: 23px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    }
    .file-picker {
    width: 41px;
    height: 32px;
    background: url([SITE_ROOT]/images/10/02/upload.png) no-repeat;
    display: inline-block;
    }
    .next-page div.wdform-page-button {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    line-height: 35px;
    background:url([SITE_ROOT]/images/10/next.png) no-repeat right #000;
    padding: 0px 36px 0 20px;
    vertical-align: middle;
    font-size: 18px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    }
    .previous-page div.wdform-page-button {
    color: #A2A2A2;
    cursor: pointer;
    display: inline-block;
    height: 37px;
    line-height: 35px;
    background:url([SITE_ROOT]/images/09/previous.png) no-repeat left #F1F1F1;
    padding: 0 20px 0 36px;
    vertical-align: middle;
    font-size: 18px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    }
    .button-submit {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    background: #000;
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 18px;
    min-width: 80px;
    min-height: 35px;
    font-family: Segoe UI;
    border: 1px solid transparent;
    margin: 5px;
    }
    .button-reset {
    color: #787878;
    cursor: pointer;
    display: inline-block;
    line-height: 35px;
    background: #F0EFEF;
    padding: 0px 20px;
    vertical-align: middle;
    font-size: 18px;
    min-width: 80px;
    min-height: 35px;
    font-family: Segoe UI;
    float: right;
    border: 1px solid transparent;
    margin: 5px;
    }
    .wdform_page {
    background: transparent;
    padding-top: 15px;
    border-radius: 0px;
    font-family: Segoe UI;
    }
    .wdform_column {
    border-right: none !important;
    padding-right: 50px !important;
    float: left;
    border-spacing: 2px;
    border-collapse: separate !important;
    }
    .wdform_section_break2 {
    color: #000;
    display: inline-block;
    text-align: left;
    font-size: 23px;
    margin: 16px 10px 40px 0px;
    }
    .wdform_section_break {
    color: #000;
    font-size: 23px;
    margin: 16px 0px;
    }

    select {
    padding: 2px;
    height: 26px;
    border: 1px solid #B7B7B7;
    background: #F8F8F8;
    font-size: 14px !important;
    }
    input[type=”text”]{
    border-radius: 0px;
    height: 22px;
    padding:0 3px !important;
    background: #F8F8F8;
    border:1px solid #B7B7B7;
    font-size: 14px !important;
    }
    input[type=”password”]{
    border-radius: 0px;
    height: 22px;
    padding:0 3px !important;
    background: #F8F8F8;
    border:1px solid #B7B7B7;
    font-size: 14px !important;
    }
    textarea {
    border-radius: 0px;
    height: 22px;
    padding:0 3px !important;
    background: #F8F8F8;
    border:1px solid #B7B7B7;
    font-size: 14px !important;
    }
    input[type=”text”]:focus{
    outline: none;
    }
    input[type=”password”]:focus{
    outline: none;
    }
    textarea:focus{
    outline: none;
    }
    select {
    outline: none;
    }
    .input_deactive {
    color: #999999;
    font-style: italic;
    }
    .input_active {
    color: #000000;
    font-style: normal;
    }
    .am_pm_select {
    width: 30px;
    vertical-align: middle;
    }
    .wdform-calendar-button,
    .wdform-calendar-button:hover {
    display:inline-block;
    background: transparent url([SITE_ROOT]/images/03/date.png) no-repeat !important;
    border: 0px;
    color: transparent;
    width: 22px;
    height: 22px;
    position: relative;
    left: -22px;
    vertical-align: top;
    outline: none;
    }
    .forlabs {
    float: right;
    margin-right: 20px;
    }
    .if-ie-div-label {
    -ms-filter: “progid:DXImageTransform.Microsoft.Alpha(Opacity=100)” !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
    }
    .wdform-ch-rad-label {
    display: inline;
    margin: -4px 5px 5px 5px;
    float: left;
    color: #000;
    cursor: pointer
    }
    textarea {
    padding-top: 5px;
    }
    .wdform-date {
    display:inline-block;
    width: 105px
    }
    .wdform_footer {
    margin-top: 15px;
    }
    .page-numbers {
    vertical-align: middle;
    }
    .time_box {
    text-align: right;
    width: 30px;
    vertical-align: middle
    }
    .mini_label {
    font-size: 10px;
    font-family: “Lucida Grande”, Tahoma, Arial, Verdana, sans-serif;
    color: #8A8A8A;
    }

    .wdform_colon {
    color: #000
    }
    .wdform_separator {
    font-style: bold;
    vertical-align: middle;
    color: #000;
    }
    .wdform_line {
    color: #000
    }

    .captcha_img {
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border-radius: 0px;
    }
    .captcha_refresh {
    width: 30px;
    height: 30px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    cursor: pointer;
    background-image: url([SITE_ROOT]/images/refresh_black.png);
    }
    .captcha_input {
    height: 20px;
    border-width: 1px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    }
    .file_upload {
    border: 0px solid white;
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    color: black;
    background-color: white;
    }
    .page_deactive {
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    display: inline-block;
    height: 29px;
    text-align: center;
    vertical-align: bottom;
    padding: 5px 25px 0px 25px;
    font-size: 16px;
    font-weight:bold;
    }
    .page_active {
    color: #FFF;
    cursor: pointer;
    background-color: #000;
    display: inline-block;
    vertical-align: bottom;
    height: 29px;
    text-align: center;
    font-size: 20px;
    padding: 5px 25px 0px 25px;
    line-height: 26px;
    font-weight:bold;
    }
    .page_percentage_active {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    height: 16px;
    line-height: 16px;
    font-size: 15px;
    float: left;
    text-align: right !important;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    background: #000;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    }
    .page_percentage_deactive {
    height: 16px;
    line-height: 16px;
    background-color: #F1F1F1;
    text-align: left !important;
    margin-bottom: 1px;
    border-radius: 5px;
    }
    .page_numbers {
    font-size: 14px;
    color: #000;
    }
    .phone_area_code {
    width: 50px;
    }
    .phone_number {
    width: 100px;
    }
    button {
    cursor: pointer;
    }
    .other_input {
    border-radius: 0px;
    border-width: 1px;
    height: 16px;
    font-size: 12px;
    padding: 1px;
    margin: 1px;
    margin-left: 25px;
    z-index: 100;
    position: absolute;
    }
    .wdform_page_navigation {
    text-align: right !important;
    }
    .wdform_percentage_text {
    margin: 3px 5px 3px 9px;
    color: #FFF;
    font-size: 12px;
    }
    .wdform_percentage_title {
    color: #6E6E6E;
    font-style: italic;
    margin: 0px 0px 0px 40px;
    display: inline-block;
    line-height: 27px;
    height: 27px;
    vertical-align: middle;
    }
    .wdform_button button {
    background: #4D792C;
    cursor: pointer;
    font-size: 17px;
    border-radius: 0px;
    min-width: 80px;
    min-height: 31px;
    color: #fff;
    border: 2px solid #68943B;
    margin: 5px;
    box-shadow: 0px 0px 2px #c9c9c9;
    font-family: Segoe UI;
    }*/
    @media screen and (max-width: 640px) {
    .wdform-field{
    max-width: 100%;
    display:inline-block !important;
    }
    .wdform_section {
    display:inline-block !important;
    max-width: 100% !important;
    }
    .wdform-field {
    max-width: 100% !important;
    display: block !important;
    }
    .wdform-element-section {
    display: block !important;
    max-width: 100%;
    }
    .wdform_page{
    padding:0px !important;
    }
    .wdform-page-and-images{
    display: block !important;
    max-width: 100%;
    }
    .wdform_column{
    max-width: 100% !important;
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘URGENT!!! Form Styling in responsive’ is closed to new replies.