I saw this topic: https://answers.laserfiche.com/questions/147270/Hide-MetaData-Pane-in-WebLink-10#164086
I am trying to hide the left pane, and have added the following lines to styles.css located under INSTALL_FOLDER\Laserfiche\WebLink\WebLink\Web Files\styles.css:
.searchMain .left-component {
display: none;
}
Below shows what I am hiding:
My change works but I get this:
How do I make the change so that the the left pane is hidden without affecting the right pane ?