-
AuthorPosts
-
xxxxmints Friend
xxxxmints
- Join date:
- February 2008
- Posts:
- 93
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 20
- Thanked:
- 3 times in 1 posts
May 7, 2013 at 12:00 am #187319Hello
I have the image width in the portfolio set to 500 wide. Which shows 2 image nicely across the page.
I would like to have 4 images showing however, 2 above and 2 below.
I have the setting for ‘Limited’ set to 4 but it will only show 2.
Can you please tell me how to have it so it shows 4.
Thank you.
Mel
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 9, 2013 at 7:17 am #492310I tried to debug of your site because you have changed js and css of JA ContentPopup Module.
You can roll back templates/ja_onepage/js/script.js file and css file of your changed to default.
+ Go to JA ContentPopup Module -> Basic Options -> Displaying Items -> set it to 4
+ Open modules/mod_jacontentpopup/assets/css/style.css file
from
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 25%; /*4 images in a row*/
}
change to
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 50%; /*2 images in a row*/
}You will have 4 images showing : 2 above and 2 below, see the screenshot
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Portfolio to show only 4
Viewing 2 posts - 1 through 2 (of 2 total)