This topic has 3 replies, 2 voices, and was last updated 7 years by Laura.

  • Author
  • #200616
     olufemishield
    Participant

    Hello,

    Kindly assist with code to make the name and email field in the link below hang on the same row and the button a little bigger on both x & y axis with text centered. Don’t ask for specifics for the button. Just send the code and Ill adjust.

     

    Thank you 🙂

    #200691
     Laura
    Moderator

    Hello, the form does not have the correct format to do this easily, but i created this which looks better than what it is now

    COPY CODE
    
    form.wpcf7-form p {
        width: 30%;
        text-align: left;
        margin: 0 auto !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #200713
     olufemishield
    Participant

    Looks good on desktop but field too small on mobile. and I also need this change on only this form. below is all that is in my css form atm

    .wpcf7 input.wpcf7-text { width: 100%; }
    .wpcf7 input.wpcf7-text { height: 30px; }
    .wpcf7 textarea.wpcf7-textarea { width: 100%; }
    .wpcf7-form textarea { height: 200px; }

    form.wpcf7-form p {
    width: 30%;
    text-align: left;
    margin: 0 auto !important;
    }

    #white-version{
    color: #ffffff;
    }
    input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #200020;
    color: #ffffff;
    }
    input.wpcf7-form-control.wpcf7-submit {
    background-color: #b51b15;
    color: #ffffff;
    width: 150px;
    height: 40px

    }

    .woocommerce-product-search button {
    float: right;
    background: none !important;
    border: 1px solid #e5e5e5;
    border-radius: 10%;
    }

    #rev_slider_1_1_wrapper {
    display: block !important;
    }

    @media (max-width: 768px) {
    .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 33% !important;
    }
    }
    @media (max-width: 767px) {
    .wpb_column.vc_column_container.vc_col-sm-2 {
    width: 50% !important;
    }
    }

    #200758
     Laura
    Moderator

    Hello, you would need to contact a developer for customization, this is not coming from the theme so i can’t do much

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?