You are viewing limited content. For full access, please sign in.

Question

Question

Hide MetaData Pane in WebLink 10

asked on April 20, 2023

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 ? 

 

0 0

Replies

replied on April 25, 2023

Hi Merlin,

The referenced answers post uses the width setting to manipulate the display of the side panels. Can you try something similar with .left-component set to 0% and .right-component set to 100%?

 

I'm looking for a version 10 instance to try it on but even in my version 11 installation I'm having problems using display:none without also manipulating at least the width of .right-component.

 

Best,

John Shupe

0 0
replied on April 27, 2023

Hi John thanks for the reply. I tried your suggestion by setting the .left-component to 0% and .right-component to 100% but it does not work and actually has no effect.

 

So I still need to know how to hide the .left-component. 

 

0 0
replied on May 4, 2023

Can you share the CSS being used?

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.