Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • inetworking Friend
    #182593

    hello

    http://www.mengfu.es/version2/index.php/es/contacto.html

    as you can see in the picture seems cut and send an email when test fails

    thanks


    1. recaptcha
    TomC Moderator
    #474278

    Took a little fidgeting, but here is my suggestion that seems to work pretty well . . . .

    <blockquote>* * * IMPORTANT ***
    Remember to back-up your current settings BEFORE making changes,

    or

    Write down the original settings BEFORE making changes, so you can revert back if desired.</blockquote>

    STEP ONE:
    Within file path –> /version2/templates/ja_mixmaz/css/template.css

    at line 1810, you will see the following:

    #contact-miscinfo {
    float: right;
    width: 67%;
    }

    Change the “width” property to 50%, as follows . . .

    #contact-miscinfo {
    float: right;
    width: 50%;
    }

    STEP TWO:
    Modify the size of your image – I would suggest 395×200 or so (to maintain dimensions)
    You can, of course, play around with the image dimensions to your liking.

    STEP THREE:
    Resize left column . . . .

    Within file path –> /version2/templates/ja_mixmaz/css/template.css
    at line 1755, change the width property to 50%, as follows:

    div#contact-form {
    float: left;
    width: 50%;
    }

    STEP FOUR:
    Fix the alignment of the recaptcha box . . .

    Within file path –> /version2/plugins/system/jat3/jat3/base-themes/default/css/template.css

    at line 131, delete the “float: left” property, as follows:

    fieldset dt {
    clear: left;
    min-width: 12em;
    padding: 3px 0;
    }

    Remember, after making your modifications –> SAVE – CLEAR CACHE – REFRESH

    Let me know if the above modifications achieve the desired result.

    😎

    inetworking Friend
    #474363

    hello

    thanks for you help ‘, but there are problem points 4.
    you say, in the zone “fieldset dt” But the staff is what shows up. “fieldset profile dt {width: 200px;}” should like to know if it is the same purpose and logistics needs are substituted by the Code that I have send.

    and fear across me delete comment that “delete the” float: left “property,” but there is not in the line and none on the following codigo, I can specify just over
    thanks

    TomC Moderator
    #474422

    I’m not clearly understanding your questions above.

    Did you try to implement the modifications I suggested above ??

    inetworking Friend
    #474446

    yes.
    If all but paragraph 4 that did not match what I discuss it with your CSS code in the template, I wonder if you specify a little more

    TomC Moderator
    #474450

    <em>@inetworking 348212 wrote:</em><blockquote>yes.
    If all but paragraph 4 that did not match what I discuss it with your CSS code in the template, I wonder if you specify a little more</blockquote>

    Within file path –> /version2/plugins/system/jat3/jat3/base-themes/default/css/template.css

    at/about line 140, find the following CSS rule . . .

    fieldset dt {
    clear: left;
    float: left;
    min-width: 12em;
    padding: 3px 0;
    }

    REMOVE/DELETE the “float: left” property, so that the CSS rule then remains as follows:


    fieldset dt {
    clear: left;
    min-width: 12em;
    padding: 3px 0;
    }

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

This topic contains 6 replies, has 2 voices, and was last updated by  TomC 11 years, 11 months ago.

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