-
AuthorPosts
-
July 7, 2011 at 4:56 pm #166045
I have breadcrumbs module assigned in the bottombar position in JA Business. The text appears at the extreme left and overlaps as I go deeper into the menu items.
Sites is http://www.halogensys.com
Screen shot is attached.
Thanks, in advance.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 7, 2011 at 5:51 pm #400237Hi,
You add this code from templatesja_businesscsstemplate.css
#ja-navhelper #ja-bottombar span.breadcrumbs a
{
float:none;
block:inline;
}July 8, 2011 at 10:47 pm #400349Khoand
Please see attached screen shot. Text is now flowing down. Just to clarify, you wanted me to simply paste the code in the template.css, not edit what was already there. Correct?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 9, 2011 at 2:45 am #400353Sorry….You replace this code templatesja_businesscsstemplate.css
#ja-navhelper #ja-bottombar span.breadcrumbs a
{
float:none;
block:inline;
}
with
#ja-navhelper #ja-bottombar span.breadcrumbs a {
float: none;
display: inline;
}#ja-navhelper #ja-bottombar {
float: right;
width: 28%;
overflow: hidden;
}
with
#ja-navhelper #ja-bottombar {
float: right;
width: 40%;
overflow: hidden;
}1 user says Thank You to khoand for this useful post
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by khoand 13 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum