Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
February 24, 2016 at 6:17 pm #889915Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 25, 2016 at 2:15 am #890015Hi,
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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
February 25, 2016 at 3:09 pm #890299This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 26, 2016 at 4:10 am #890678I 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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
February 26, 2016 at 6:31 pm #891003It helps. Thank you very much 🙂
AuthorPostsViewing 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