Viewing 11 posts - 1 through 11 (of 11 total)
  • #223750
    goodtimesmag
    Member
    Post count: 191

    Hi support team,

    I have added a gallery to my page, but I am not able to center the whole gallery on the full width page? Could you please help me here?

    Many thanks for your help in advance.

    #223772
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please add this CSS:

    .gallery {
        text-align: center;
    }
    .gallery .gallery-item {
        float: none;
        display: inline-block;
    }

    Thanks,
    David.

    #223905
    goodtimesmag
    Member
    Post count: 191

    Many thanks for the code!

    What can I do show always 4 gallery images in a row on desktop and any mobile device?

    Also the gallery image links don’t work properly on mobile devices. What could force this issue?

    #223931
    David Martin – Support
    Moderator
    Post count: 20834

    Please add a WP login so I can see how you have set that section up.

    – David.

    #223940
    goodtimesmag
    Member
    Post count: 191

    Here is the login!

    Name: testaccount
    Password: TestAccount20!5

    #224114
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .spb_parallax_asset{
    background-size:contain !important;
    }
    

    Thanks
    Mohammad

    #224120
    goodtimesmag
    Member
    Post count: 191

    Hi Mohammad,

    thanks for the code, but know the image disappears partly when scrolling. Have a look here: http://goodtimesshop.de/goggles-men/

    #224131
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Sorry, the code is for this issue http://www.swiftideas.com/forums/topic/center-text-in-parallax/#post-224130.
    Thanks
    Mohammad

    #224134
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Sorry not sure why Mohammad has provided you with css to change the parallax area, are you not asking about the gallery?

    You want 4 images in a row on mobile? They will be very small

    – Kyle

    #224139
    goodtimesmag
    Member
    Post count: 191

    Yes, I was asking about the gallery in this request. And yes, I would like to have 4 gallery images in a row on all devices and I want the external gallery URL links to work on mobile devices.

    #224142
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You have set the portfolio to 2 columns instead of 4, you can change this in the portfolio settings

    – Kyle

Viewing 11 posts - 1 through 11 (of 11 total)

You must be logged in to reply to this topic.