Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #322044

    Hi,

    I wanted to have fullwith contact form button and I have added this css code to custom css;

    input[type="submit"] {
    border-radius: 5px !important;
    padding: 9px 10px 7px !important;
    font-size: 15px !important;
    min-width: 100% !important;
    }

    Now, the ajax search box on header (menu) after click input area is fullwith button :) I can’t add any text!

    How can I change or fix that? So fullwith button (100%) only for contact form (below)…

    Thank you very much in advance!

    Regards

    • This topic was modified 9 years, 7 months ago by fuenos.
    #322048

    Hi Erdogan!

    Can you please post the link to your website where we can see the issue? :)

    Regards,
    Yigit

    #322110
    This reply has been marked as private.
    #322386

    Hi again,

    I have solved my issue, just added a section ID where I wanted to use fullwith contact form button. I have called the section as form and added the following css codes to custom.css;

    #form input[type="submit"] {
    border-radius: 5px !important;
    padding: 9px 10px 7px !important;
    font-size: 15px !important;
    min-width: 100% !important;
    }

    Thanks

    Erdogan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Submit Button, Contact Form and Ajax Search’ is closed to new replies.