Viewing 1 replies (of 1 total)
  • JoshLevelUp

    (@joshlevelupsupport2021)

    Hello Kristian,

    Can you specify what block or Gallery Type you are using? Please note that the Advanced Gallery is designed to be responsive on smaller screens especially on mobile. On the otherhand, you can also try to adjust the gallery spacing under the block settings first, or add some custom CSS like the one below to suit your needs.
    Sample Code here:

    @media?(min-width: 768px)
    .kb-gallery-ul[data-columns-md="2"] .kadence-blocks-gallery-item?{
        width: 25%;
    }

    I hope this helps and let us know if you have further questions.

    Best regards,
    Josh

Viewing 1 replies (of 1 total)
  • The topic ‘Disable mobile responsive mode on blocks’ is closed to new replies.