Artist - nisticovich gallery
Skip to content
document.querySelectorAll('.elementor-22524 .elementor-element-871d725 .elementor-post').forEach(post => {
const title = post.querySelector('.elementor-post__title');
const thumbnail = post.querySelector('.elementor-post__thumbnail');
if (title && thumbnail) {
post.insertBefore(title, thumbnail);
}
});