Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1098232

    Hi,

    We have a page that is set for 3 column masonry with captions to the right of the photos. We set the screen options to 2 columns on tablet landscape and tablet portrait, but it is not working. Could you provide some insight as to why it isn’t working? Thank you.

    #1098793

    Hey GWS,

    Thank you for using Enfold.

    The page above is blank. Is that the correct url? Please check it carefully.

    Best regards,
    Ismael

    #1098923
    This reply has been marked as private.
    #1099465

    Hi,

    Thanks for the link. What happens if you select to delete the old CSS and JS files under Enfold->Performance? If that doesn’t help then please include admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #1100263
    This reply has been marked as private.
    #1100910

    Hi GWS,

    Which device are you testing on?

    Best regards,
    Victoria

    #1101134

    The device we are testing on is an iPad. The screenshot you shared of the 3 columns is what we are seeing, too. We have masonry set to 2 columns for both landscape and portrait tablet. So why is landscape view showing 3 when it is set to display 2?

    #1102652

    Hi,

    What is the actual model of your iPad device? Later versions or models of the iPad device has larger screen resolution compare to the older ones, particularly the “Pro” versions.

    Device Native Resolution (Pixels) UIKit Size (Points)
    iPad Pro 12.9-inch (2nd generation) 2048 x 2732 1024 x 1366
    iPad Pro 10.5-inch 2224 x 1668 1112 x 834
    iPad Pro (12.9-inch) 2048 x 2732 1024 x 1366
    iPad Pro (9.7-inch) 1536 x 2048 768 x 1024

    You can use this css code to adjust the column breakpoint for those devices.

    @media only screen and (max-width: 1366px) and (min-width: 768px) {
        .responsive.av-no-preview #top .av-medium-columns-2 .av-masonry-entry {
            width: 49.80%;
        }
    }

    Best regards,
    Ismael

    #1104018

    Thank you!

    #1104051

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1104969

    I’m afraid we didn’t try it. We ran out of time and opted to set everything to 2 columns. Thanks anyway.

    #1104996

    Hi,

    Did you need additional help or shall we close this topic?

    Best regards,
    Jordan Shannon

    #1105184

    You can go ahead and close the topic. Thanks.

    #1105225

    Hi,

    If you need additional help in the future, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Masonry screen options – column changes not working’ is closed to new replies.