-
AuthorPosts
-
gringo211985 Friend
gringo211985
- Join date:
- May 2012
- Posts:
- 678
- Downloads:
- 197
- Uploads:
- 121
- Thanks:
- 77
- Thanked:
- 123 times in 27 posts
June 29, 2014 at 7:51 pm #199265Hi there,
I was wondering how I could get the latest products module to show 4 products per row? The problem I have when changing the code is that it also changes my “featured products” module which is located below the welcome message. See screenshot below,
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
June 30, 2014 at 9:27 am #540602Hi,
There’re some problems with your CSS rules in custom.css file, please look for this line:
.box-product > div {
border: 1px solid #eee
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
max-height: 350px;
padding: 15px;
vertical-align: top;
width: 32% !important;
}then change to:
#content_oc .box-product > div {
border: 1px solid #eee
display: inline-block;
margin-bottom: 10px;
margin-right: 5px;
max-height: 350px;
padding: 15px;
vertical-align: top;
width: 32% !important;
}Next, go to this line:
.product-grid.row-3 > div, .ja-product-grid > div {
border: 1px solid #eee
float: left;
margin-bottom: 10px;
margin-right: 10px !important;
max-width: 280px;
min-height: 332px;
min-width: 180px;
padding-top: 15px;
width: 31.8%;
}then update as follows:
.ja-product-grid > div {
border: 1px solid #eee
float: left;
margin-bottom: 10px;
max-width: 280px;
min-height: 332px;
min-width: 180px;
padding-top: 15px;
}
.latestproduct > div {
margin-right: 1%;
width: 24% !important;
}1 user says Thank You to Adam M for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Adam M 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to set products per row for latest module
Viewing 2 posts - 1 through 2 (of 2 total)