-
AuthorPosts
-
xxxvinixxx Friend
xxxvinixxx
- Join date:
- August 2013
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
October 8, 2013 at 3:05 pm #191232phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 9, 2013 at 4:55 am #508433Hi,
The reason that the length of category title is bigger that the width of article info section on your website, so the solution is displaying the full-length of category title when hovering only by creating a custom.css file at templates/ja_fubix/css/ path, then put below css styles into:
/*Adjust the long category title*/
.category-name {
overflow: hidden;
}.article-info:hover .category-name {
overflow: visible;
}1 user says Thank You to phong nam for this useful post
xxxvinixxx Friendxxxvinixxx
- Join date:
- August 2013
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
October 9, 2013 at 7:05 am #508447<em>@Leo Burnetts 392874 wrote:</em><blockquote>Hi,
The reason that the length of category title is bigger that the width of article info section on your website, so the solution is displaying the full-length of category title when hovering only by creating a custom.css file at templates/ja_fubix/css/ path, then put below css styles into:
/*Adjust the long category title*/
.category-name {
overflow: hidden;
}.article-info:hover .category-name {
overflow: visible;
}
</blockquote>
Thank you. But can you make the words transferred to the new line.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 9, 2013 at 7:25 am #508450Hi,
Yes, you can open templatesja_fubixhtmlcom_contentarticledefault.php, and find 138th line, replace it with:
<i class="icon-folder-close"> </i><?php echo JText::sprintf('FUBIX_COM_CONTENT_CATEGORY', '<span><p>'.$url.'</p></span>'); ?>
The red text <p> tag will make the title go to 2nd line.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by phong nam 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Category article
Viewing 4 posts - 1 through 4 (of 4 total)