-
AuthorPosts
-
fmfame Friend
fmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
December 28, 2013 at 2:13 pm #193306Hi..
Look at the picture,
i think the picture say all what you have to know..have installed OSE so you can have a look at the files..
you have to know that the installation folder for this site is “DWLA”
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
December 28, 2013 at 4:08 pm #516740Hi fmfame,
I tried to edit css and change the with of the right column on Firebug add on. It worked fine you can see attachment image. If you provide the FTP account I will help you change it.
Best regards,
fmfame Friendfmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
January 1, 2014 at 8:48 pm #517058but i see that the fields of the form below have less width. that isnt..
Say which lines to change and i test it
cssyeah Moderatorcssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 2, 2014 at 8:50 am #517122I tested the tweak below on my localhost and it worked fine, please follow steps below:
– Open the default.php file in the folder “[your_root]/templates/ja_fixel/html/com_contact/contact”
Go to line 24 and change the div class name
<div class="contact-col1 span7">
...
Go to line 123 and change the class name:
<div class="contact-col2 span5">
– Save the changes you have made
– Add the following CSS rule to the custom.css file.
.form-horizontal .re-captcha .control-label {
float: none !important;
}.form-horizontal .re-captcha .controls {
margin-left: 0 !important;
}
Note: If you do not have a custom.css file, you need create a file with such name and upload to the folder “[your_root]/templates/ja_fixel/css”
Let me know how it goes.
fmfame Friendfmfame
- Join date:
- October 2013
- Posts:
- 228
- Downloads:
- 4
- Uploads:
- 39
- Thanks:
- 8
- Thanked:
- 25 times in 1 posts
January 2, 2014 at 10:43 am #517136oh, very nice..
i said that isnt
so i tested and see IT isnt.
this is on full width desktopthis is on smaller size tablet..
-
cssyeah Moderator
cssyeah
- Join date:
- June 2006
- Posts:
- 653
- Downloads:
- 73
- Uploads:
- 15
- Thanked:
- 121 times in 81 posts
January 3, 2014 at 8:12 am #517248I think when viewing on iPad, the right column should load full screen as the re-captcha width can’t be resized. Please add the following CSS rule to the custom.css file.
@media (max-width: 768px) {
body .contact .contact-col2 {
margin: 0;
width: 100%;
}
}
Let me know how it goes. -
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by cssyeah 10 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum