Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fmfame Friend
    #193306

    Hi..
    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”


    1. Bildschirmfoto-2013-12-28-um-15.10.15
    cssyeah Moderator
    #516740

    Hi 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,


    1. captcha
    fmfame Friend
    #517058

    but i see that the fields of the form below have less width. that isnt..

    Say which lines to change and i test it

    cssyeah Moderator
    #517122

    I 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 Friend
    #517136

    oh, very nice..

    i said that isnt
    so i tested and see IT isnt.
    this is on full width desktop

    this is on smaller size tablet..


    1. Bildschirmfoto-2014-01-02-um-11.41.42
    2. Bildschirmfoto-2014-01-02-um-11.41.53
    cssyeah Moderator
    #517248

    I 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.

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