-
AuthorPosts
-
February 4, 2009 at 5:11 am #137775
Hi,
Can we insert the horizontal login form on the right upper side of the template?
If it’s possible, it’ll be great!!!
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
February 4, 2009 at 8:14 am #289465Dear korri78 !
You can do it following some steps below :
1. Open index.php file in templates/ja_quarts folder, find following code section at about line 96 :
<!-- BEGIN: MAIN NAVIGATION -->
<?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
<div id="ja-mainnav" class="clearfix">
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<?php endif; ?>
<!-- END: MAIN NAVIGATION -->
change to :
<!-- BEGIN: MAIN NAVIGATION -->
<?php if ($tmpTools->getParam('ja_menu') != 'none') : ?>
<div id="ja-mainnav" class="clearfix">
<?php if ($jamenu) $jamenu->genMenu (0); ?>
</div>
<?php endif; ?>
<!-- END: MAIN NAVIGATION -->
<div id="ja-login">
<jdoc:include type="modules" name="user8" style="xhtml" />
</div>
2. Open template.css file in templates/ja_quarts/css folder, add following code section to this file :
#ja-login {
border:1px solid red;
position:absolute;
bottom:30px;
right:0px;
}
1 user says Thank You to Sherlock for this useful post
February 4, 2009 at 8:40 am #289471Thanks a lot, man~ 🙂
It seems to work,
but there might be something to be done to make it better!could you look at the image attached?
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by korri78 15 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum