-
AuthorPosts
-
Kerman Rodriguez Friend
Kerman Rodriguez
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 10, 2011 at 6:19 pm #158559Hi.
I need to put breadcrumbs at the top position, at the left. Is it possible?
Thanks.
aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 10, 2011 at 7:14 pm #371170To avoid confusion, Can you please provide in screenshot marked with annotations as to where you wish to have it seen
Kerman Rodriguez FriendKerman Rodriguez
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 10, 2011 at 7:20 pm #371173aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
January 10, 2011 at 7:34 pm #3711771) You can move this code::
<div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
</div>from plugins/system/jat3/base-themes/default/blocks/navhelper.php file and add the below updated code at end of plugins/system/jat3/base-themes/default/blocks/head.php file
<div class=”main”><div class=”ja-breadcrums”>
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
</div></div>2) Now, you can change this::
.ja-breadcrums {template.css (line 715)
margin-top: 2px;
float:left;
width: 80%;
}to
.ja-breadcrums {template.css (line 715)
margin-top: 2px;
position: absolute;
top:5px;
width: 80%;
}Kerman Rodriguez FriendKerman Rodriguez
- Join date:
- September 2014
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
January 12, 2011 at 12:53 am #371403Thanks a lot, it works perfect!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by Kerman Rodriguez 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Breadcrumb at top position
Viewing 5 posts - 1 through 5 (of 5 total)