-
AuthorPosts
-
pramodsahu Friend
pramodsahu
- Join date:
- May 2014
- Posts:
- 83
- Downloads:
- 219
- Uploads:
- 10
- Thanks:
- 29
- Thanked:
- 5 times in 1 posts
August 16, 2014 at 6:13 pm #200560Hello Team,
I want to know whether we can display product per row different page different no. The shop default products per row is 3.
Ex: 1 page should display 3 products per row and other page display 4 products per row (selected pages only).
Thanks in advance,
Pramod.
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
August 18, 2014 at 8:09 am #546318Hi Pramod,
<blockquote>I want to know whether we can display product per row different page different no. The shop default products per row is 3.</blockquote>
You need to custom the CSS for it.
Ex: In the home page, I added “home” to Extra Class in Megamenu configuration:Then in file /templates/ja_bookshop/css/custom.css, I replaced this code:
.box-product > div {
width: 30%;
}With:
.home .box-product > div {
width: 310px;
margin-right: 0;
}Here is result: (4 products on per row)
You can change the value of width as you wish. And do as the same for other page.
Let me know if this helps.
-
pramodsahu Friend
pramodsahu
- Join date:
- May 2014
- Posts:
- 83
- Downloads:
- 219
- Uploads:
- 10
- Thanks:
- 29
- Thanked:
- 5 times in 1 posts
August 19, 2014 at 4:17 am #546483Hello Nazario,
Thanks for your suggestion. I have tried for 1 menu, its not happening could please check once again, below is url
http://thoomri.com/index.php/handloom-textile/dresses.htmlThe home page products are “Featured Product Module” its working for this page but i’m trying for category page.
Regards,
Pramod.Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
August 19, 2014 at 7:49 am #546500Hi Pramod,
In the submenu, you can add the page class in the menu item.
Then add this rule into file: /templates/ja_bookshop/css/custom.css
.dresses .product-grid > div {
float: none;
width: 310px;
}Here is result:
You can change the value of width as you wish. And do as the same for other page.
Also, you can refer this tips to know how to use the class suffixes
Let me know if this helps
-
pramodsahu Friend
pramodsahu
- Join date:
- May 2014
- Posts:
- 83
- Downloads:
- 219
- Uploads:
- 10
- Thanks:
- 29
- Thanked:
- 5 times in 1 posts
August 19, 2014 at 3:35 pm #546543Hello Nazario,
Great! this is what I want. I was not knowing using class suffixes, thank you so much referring and guiding tips, I have learned new things and so happy with your support.
Be Happy!
Pramod. -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by pramodsahu 10 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum