Hi,
Is it possible to change the width of the “Load More” button on the masonries?
So it’s not fullwidth, but ex. the same size as the X-Large button
Hey emilgandersson,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .av-masonry-load-more {
margin: 20px auto;
width: 300px;
float: none;
}
Just adjust the values as you see fit. Hope this helps :)
Best regards,
Nikko
Beautiful!
Works like a charm!
Thanks!