-
AuthorPosts
-
November 26, 2012 at 12:09 pm #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
TomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 26, 2012 at 8:55 pm #474278Took 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.cssat 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.
😎
November 27, 2012 at 8:23 am #474363hello
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
thanksTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 27, 2012 at 7:49 pm #474422I’m not clearly understanding your questions above.
Did you try to implement the modifications I suggested above ??
November 27, 2012 at 10:40 pm #474446yes.
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 moreTomC ModeratorTomC
- Join date:
- October 2014
- Posts:
- 14077
- Downloads:
- 58
- Uploads:
- 137
- Thanks:
- 948
- Thanked:
- 3155 times in 2495 posts
November 27, 2012 at 11:13 pm #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;
}AuthorPostsViewing 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
recaptcha
Viewing 6 posts - 1 through 6 (of 6 total)