-
AuthorPosts
-
May 20, 2013 at 3:54 am #187625
Anyone worked with Tiris and HikaShop? Cannot get them to play nicely.
I cannot get products to or categories to list in multiple columns. It only displays one below the other. I have tested with standard joomla templates and they display properly.
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
May 23, 2013 at 10:20 am #493739Hi,
I have recieved your PM & saw that the problem is happening on Hikashop Content module. By default, Hikashop component isn’t integrated in our JA Tiris template. So, you need to adjust the css styles by yourself. Anyways, pls try this:
– With 2 modules are displayed:
Open templates/proballhome/css/template.css, then replace:#ja-botsl .ja-box-right div.ja-moduletable {
float: left;
width: 38%;
}with
#ja-botsl .ja-box-right div.ja-moduletable {
float: left;
width:90%;
}– With 3 modules are displayed:
Open templates/proballhome/css/template.css, then replace:
#ja-botsl .ja-box-right div.ja-moduletable {
float: left;
width: 38%;
}
with
#ja-botsl .ja-box-right div.ja-moduletable {
float: left;
width: 79%;
}Also put below lines into the end of above template.css to center Module title.
#ja-topsl div.ja-moduletable h3,
#ja-botsl div.ja-moduletable h3,
#ja-topsl1 div.ja-moduletable h3,
#ja-botsl1 div.ja-moduletable h3 {
text-align: center;
}* Remember to clear your T3 cache after applying changes.
Leo
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by phong nam 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum