Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • guap Friend
    #889915

    sidebar-2 module appear at the bottom my contact form page.


    1. Untitled-2-3
    Ninja Lead Moderator
    #890015

    Hi,

    Your site is off for maintance. You can send me the admin login backend of your site via your reply and set as private reply. I will help you to check this bug.

    Regards

    guap Friend
    #890299
    This reply has been marked as private.
    Ninja Lead Moderator
    #890678

    I have made a custom work on your site

    Open templates/ja_magz/html/com_contact/contact/default.php file

    find and change

    <?php if ($this->params->get('presentation_style') == 'plain') : ?>
        <div class="row-fluid">
        <div class="contact-col1 span7">
            <?php if ($this->contact->misc && $this->params->get('show_misc')) : ?>
                <div class="contact-misc">
                    <h3><?php echo JText::_('TPL_COM_CONTACT_HEADER');?></h3>
                    <?php echo $this->contact->misc; ?>
                </div>
            <?php endif ?>
        </div>
        <div class="contact-col2 span5">
    <?php endif ?>

    to

    <?php if ($this->params->get('presentation_style') == 'plain') : ?>
        <div class="row-fluid">
        <div class="contact-col2 span12">
    <?php endif ?>

    and add the CSS style to custom.css file

    .contact .contact-form {
        border-left: 0px solid #eaeaea;
    }

    Let me know if it helps

    guap Friend
    #891003

    It helps. Thank you very much 🙂

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

This topic contains 4 replies, has 2 voices, and was last updated by  guap 8 years, 9 months ago.

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