• Resolved jokubas2000k

    (@jokubas2000k)


    Hi,

    Is it possible to make the Load More button of the Filterable Gallery full width? I would like it to match the width of the column it’s in.

    Elementor’s buttons turn full width once you change the alignment to justified. The Load More button doesn’t have this alignment option.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @jokubas2000k ,

    Currently in the Filterable Gallery widget “Load More” button doesn’t have alignment/width control from the Elementor panel.
    But you can add this custom CSS in your stylesheet to get it done:

    .eael-gallery-load-more {
        width: 100%;
    }

    NOTE: I recommend you to add unique class name of your widget and write CSS on that class for good practice.

    Thanks!

    Hi, @abidhasan112 ,
    I tried to put the load more button in the gallery so not all the images would load at once (or do they even with the button).
    Anyway, every time I put the button in the gallery (with 6 images per page selected) it loads all the pictures and the button appears after the last picture.
    So it’s not of any use..

    Am I doing something wrong or is this a bug?

    Thanks

    Plugin Support Abid Hasan

    (@abidhasan112)

    Hi @koenrycken ,

    Currently this is working like this.
    “Load More” button will appear. But when you click again in a “Load More” button, It will throw a message “No More Items” and then it will be hide.

    Hope you understand.
    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Filterable gallery full width Load More button’ is closed to new replies.