Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • xxxxmints Friend
    #187319

    Hello

    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 Moderator
    #492310

    I 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


    1. 4images_in_rows
Viewing 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 ago.

We moved to new unified forum. Please post all new support queries in our New Forum