Hi,
is it possible to disable/hide the preview image on the right side in the list-menu?
thx for a hint!
Al
X3 Photo Gallery Support Forums
It's not a setting, but you can achieve it by adding custom CSS to settings -> custom -> custom CSS:alderim wrote:is it possible to disable/hide the preview image on the right side in the list-menu?
body[class*='topbar'] .mega.list .list-inner {
width: 100%;
}
.mega.list .preview {
display: none;
}