Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • f1rdaus Friend
    #200535

    Hello all,

    How can I make the form box smaller to stabilise it with the extension in the same row.

    Refer to the screenshot given.

    Thanks!


    1. Screen-Shot-2014-08-15-at-11.53.38-AM
    TomC Moderator
    #546145

    As you are using a RocketTheme template . . . Need you to look for the “Gantry” equivalent of setting “Optimize CSS” to “No” – as would be done (within a JoomlArt template) within Template Manager–General settings.

    It may be a “Compile CSS” setting that needs to be temporarily switched off.

    Please let me know when you’ve done this . . . . Thanks

    f1rdaus Friend
    #546221

    Hello Tom,

    I didn’t find the “Optimize CSS” setting.
    Can you help me?

    Firdaus

    Adam M Moderator
    #546281

    Hi,

    You can open file root_folder/modules/mod_jaquickcontact/assets/css/style.css and remove this code :

    #ja-form .form-info {
    padding-left: 30px;
    }

    then add this code :

    #ja-form #ja_quicks_contact ul {
    margin: 0;
    }
    #ja-form #ja_quicks_contact ul li {
    padding: 5px 0;
    }

    save your file and recheck.

    f1rdaus Friend
    #547709

    Hmm, the code changing also doesn’t change anything. Is any other alternatives?

    TomC Moderator
    #547710

    <em>@f1rdaus 443496 wrote:</em><blockquote>Hmm, the code changing also doesn’t change anything. Is any other alternatives?</blockquote>

    On what page (within your site) is that contact form pictured within your initial posting?

    f1rdaus Friend
    #547748

    In the homepage, Tom.

    http://www.ilhameymon.com

    Adam M Moderator
    #548118

    Hi,

    Please open file http://www.ilhameymon.com/modules/mod_jaquickcontact/assets/css/style.css and look for this code :

    #ja-form {
    float: left;
    overflow: hidden;
    position: relative;
    width: auto;
    }

    then update as below :

    #ja-form {
    margin-right: 50px; /* increase this value to reduce it width */
    }
    #ja-form input,
    #ja-form textarea {
    max-width: 100%;
    }

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

This topic contains 8 replies, has 3 voices, and was last updated by  Adam M 9 years, 7 months ago.

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