Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • amarks56 Friend
    #190847

    How can I completely remove the left part of this contacts page, so I am only left with the contact form? I know how to position it, I just can’t figure out where to remove the left side. Is it in a php file? Like this picture:

    Thanks!


    1. 2013-09-23-15_22_24-DmarksDesign-Contact-us
    Saguaros Moderator
    #506822

    Hi amarks,

    You can remove it by using some additional css rule, just open file: /templates/ja_zite/css/template.css

    – At line 256:


    /* Contact ---*/
    .contact-info-wrap {
    float: left;
    width: 50%;
    }

    Change it to:


    /* Contact ---*/
    .contact-info-wrap {
    float: left;
    width: 50%;
    display: none;
    }

    – Line 296: replace this:


    .contact-form-wrap {
    float: right;
    width: 50%;
    }

    by:


    .contact-form-wrap {
    float: left;
    width: 50%;
    }

    Once done, go to backend and clean JAT3 cache.

    Regards

    amarks56 Friend
    #506902

    YES! Thank you for the solution. And also thank you for teaching me about the “display” attribute! 🙂

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

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

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