Hi all,
the theme has an option to display picture info in a sidebar. The sidebar is by default hidden behind an "i" button.
Is there a way to have the sidebar permanently visible by default so that when I scroll through the images the sidebar is visible with the respective information?
Thanks
Offline
I found that when the sidebar picture info display position is configured on the theme settings, then adding the following CSS rule in the LocalFiles editor allowed the sidebar to be visible by default when paging through the images in an album using the arrow buttons.
#thePicturePage #sidebar {
right: 0;
}Offline