test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • jp Friend
    #199598

    Good day

    After the last update my contact page is not displaying right

    any idea what this could be

    Regards
    JP


    1. contactUs
    Adam M Moderator
    #542290

    Hi,

    Please open file root_folder/templates/ja_muzic/css/custom.css and add this code :

    #contact-form input,
    #contact-form textarea {
    max-width: 250px;
    }
    #contact-form button {
    max-width: 270px;
    }

    This will fix the problem with input field. About the captcha field, I’m afraid that the sidebar is too small for all elements of captcha field to be fit in.

    jp Friend
    #543215

    Thank you so much this works

    Is it possible to make the sidebar bigger so that Captcha can fit, else it looks ridiculous

    Adam M Moderator
    #543427

    Hi,

    You can open custom.css file as mentioned above and add this code :

    .form-horizontal .control-label {
    width: auto;
    text-align: left;
    float: none;
    }
    .form-horizontal .controls {
    margin-left: 0;
    background: #fff;
    }
    .recaptchatable #recaptcha_image {
    max-width: 130px;
    }
    .recaptchatable #recaptcha_response_field {
    max-width: 110px;
    }

    Save your file and recheck.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Adam M 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum