-
AuthorPosts
-
Andrew Winkler Friend
Andrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
August 20, 2015 at 1:57 pm #663725I have created a second ‘Ja Popup’ module in onepage position titled ‘our designs’. The problem I have – both on my Windows 8.1 notebook and my Ipad, irrespective of browser – is that the first three (out of four) items in row 2 are blank. I tried what happens if I change the order of the items and unpublish the first ‘Ja Popup’ module. It made no difference. I also tried entering the custom CSS code suggested in a similar thread, but to no avail. Row 1 and 3 look okay. It’s just row 2 that has the problem of displaying the 3 blank items.
.ja-cp-main .ja-cp-group .ja-cp-item {
height: 275px;
}Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 7:14 am #664184You can use my solution below
Open modules/mod_jacontentpopup/assets/css/style.css file
find and change
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 25%;
}to
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 25%;
height: 290px;
}1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 21, 2015 at 7:14 am #746224You can use my solution below
Open modules/mod_jacontentpopup/assets/css/style.css file
find and change
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 25%;
}to
.ja-cp-main .ja-cp-group .ja-cp-item {
float: left;
width: 25%;
height: 290px;
}1 user says Thank You to Ninja Lead for this useful post
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
August 21, 2015 at 12:55 pm #664515Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.
Andrew Winkler FriendAndrew Winkler
- Join date:
- September 2014
- Posts:
- 725
- Downloads:
- 206
- Uploads:
- 31
- Thanks:
- 291
- Thanked:
- 34 times in 2 posts
August 21, 2015 at 12:55 pm #746266Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 24, 2015 at 3:59 am #664813<em>@andrewwinkler 488563 wrote:</em><blockquote>Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.</blockquote>
It’s very strange on your site maybe it uses caching on your site. I tried to add css style on your site but it did not work. I added css style below into your template.
Now, you can see it’s working fine on your site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
August 24, 2015 at 3:59 am #746349<em>@andrewwinkler 488563 wrote:</em><blockquote>Sorry, but that made no difference. I tried both a custom.css overwrite and changing the suggested file.</blockquote>
It may due to the cache on your site. I added css style below into your template.
Now, you can see it’s working fine on your site.
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum