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

Question

Question

Hiding Metadata section in Weblink 10

asked on May 8, 2018

I have a client who wants to keep the hide the whole metadata section but keep the thumbnails on the left (so we can't use Full Page View) for mobile users to be able to see more of the documents.

I created a CustomWeblinkStyles.css file in the Custom folder and added these lines:

.metadata-pane {display: none; width: 0px; !important; }
.right-component {display: none; width: 0px; !important; }
.left-component > div {width: 100%; !important; }
.imagePane { width: 100%; }

Which will hide the text in the Metadata section, but leaves the divider and a blank right side that can't be reduced any smaller (as shown below).

Can someone provide assistance?

Thanks!

0 0

Answer

SELECTED ANSWER
replied on October 31, 2018 Show version history

The following works for me in Version 10

vertical-split-separator,
.right-component {
      display:none !important;
}

.left-component {
      width:100% !important;
}

I added this CSS directly to the DocView.aspx style header.

1 0
replied on November 13, 2018

That's exactly what we were looking for!  Thanks Jason!

0 0

Replies

replied on June 11, 2018

I also would like to know how to hide this in version 10.  I don't see any instructions on Answers for Web Link version 10.  Can someone please let us know how to hide this?

0 0
replied on June 14, 2018

I'm also curious to hear if there's a way to hide this. Is this possible?

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

Sign in to reply to this post.