Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • davidsg3 Friend
    #186268

    Hi.

    The contact layout in ja-mixmaz have a 33% widht and you can not see the fields completely.

    I would like to change this widht percentage to 100% but I can’t find the css stylsheet to change it.

    I know I have to change div#contactform but I can’t find anywhere.

    Please, help!

    You can see it in : http://vinilsimes.com.mialias.net/contactanos.html


    1. Captura-de-pantalla-2013-03-28-a-las-10.09.26
    Ninja Lead Moderator
    #488269

    You can change css style on here

    Open templates/ja_mixmaz/css/template.css file

    from

    div#contact-form {
    float: left;
    width: 33%;
    }
    #contact-miscinfo {
    float: right;
    width: 67%;
    }

    change to

    div#contact-form {
    float: left;
    width: 100%;
    }
    #contact-miscinfo {
    float: right;
    width: 67%;
    display: none;
    }

    Remember to clear cache from Admin area

    davidsg3 Friend
    #489321

    Thanks very much ninja lead.

    Sometimes I think that I’m very unexpert. I saw this file thousands of times and I didn’t found anytime.

    really thanks!

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

This topic contains 3 replies, has 2 voices, and was last updated by  davidsg3 11 years ago.

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