-
AuthorPosts
-
jan007 Friend
jan007
- Join date:
- March 2009
- Posts:
- 31
- Downloads:
- 35
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 2 posts
April 24, 2014 at 9:05 am #197044In contact category our team (team page) I’ve added 6 more team members.
I’d like the new members to float neatly in a row under the first 4, but the layout breaks.
Any help much appreciated.
Thanks!
jan007 Friendjan007
- Join date:
- March 2009
- Posts:
- 31
- Downloads:
- 35
- Uploads:
- 14
- Thanks:
- 9
- Thanked:
- 5 times in 2 posts
April 24, 2014 at 9:32 am #532227Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 25, 2014 at 5:47 pm #532444You can try to fix this problem with my workaround below
Open templates/ja_decor/html/com_contact/category/default_items.php file and new rule into end of file
<script type="text/javascript">
var maxheight = 0;
jQuery('.col-sm-3.team-item').each(function(){
height = jQuery('.col-sm-3.team-item').height();
if (height > maxheight) {
maxheight = height;
}
jQuery('.col-sm-3.team-item').data('orgHeight', height);
}).css('min-height', maxheight+30);
</script>Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
jonasso Friendjonasso
- Join date:
- September 2006
- Posts:
- 82
- Downloads:
- 25
- Uploads:
- 14
- Thanks:
- 6
- Thanked:
- 5 times in 2 posts
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 3 voices, and was last updated by jonasso 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum