I have partially solved with this coding:
[mla_gallery my_custom_sql="attachment_tag=wide orderby=date order=DESC" mla_link_href='{+site_url+}/{+parent_name+}/' mla_style="responsive" posts_per_page=8 columns=0 size="thumbnail"]
<div style="clear: both; float: left">
[mla_gallery my_custom_sql="attachment_tag=wide" posts_per_page=8 mla_output="previous_page,first" mla_link_text='← Pagina precedente' mla_rollover_text="Pagina precedente"]
</div>
<div style="float: right">
[mla_gallery my_custom_sql="attachment_tag=wide" posts_per_page=8 mla_output="next_page,last" mla_link_text='Pagina successiva →' mla_rollover_text="Pagina successiva"]
</div>
And
<style type="text/css">
#[+selector+] {
text-align: center;
margin: auto;
}
#[+selector+] .gallery-item {
display: inline-block;
margin: auto;
padding: 5px;
height: auto;
text-align: center;
}
#[+selector+] .gallery-item .gallery-icon img {
display: inline;
margin: auto;
border: 0px solid #ffffff;
max-width: 180px;
}
#[+selector+] .gallery-caption {
visibility:none;
}
/* see mla_gallery_shortcode() in media-library-assistant/includes/class-mla-shortcodes.php */
</style>
Could be possible to have a 2 columns gallery on mobile?
Thank you again,
Cristiano