Page 1 of 1
list menu disable preview image
Posted: 05 Dec 2016, 06:53
by alderim
Hi,
is it possible to disable/hide the preview image on the right side in the list-menu?
thx for a hint!
Al
Re: list menu disable preview image
Posted: 05 Dec 2016, 09:02
by mjau-mjau
alderim wrote:is it possible to disable/hide the preview image on the right side in the list-menu?
It's not a setting, but you can achieve it by adding custom CSS to settings -> custom -> custom CSS:
body[class*='topbar'] .mega.list .list-inner {
width: 100%;
}
.mega.list .preview {
display: none;
}
Re: list menu disable preview image
Posted: 05 Dec 2016, 09:21
by alderim
Perfect & Thx for the support!
Al