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

Question

Question

Change width of left pane in Search window in Weblink

asked on August 4, 2015

I have been requested to change the width of the left pane in Search window in Weblink so that when performing a Template Search, the long fields display on one line and do not wrap to the next line.  When the fields wrap, the Search button at the bottom of the screen is pushed below what is visible with normal view settings in the web browser.  Is this something where I can change a line for the number of pixels in the CSS or ASPX sheets?  Any help would be greatly appreciated!

0 0

Answer

SELECTED ANSWER
replied on August 5, 2015

Not sure which version you are using but the following should apply to both. Open up the "Search.aspx" page and insert the following right above the ending </head> tag:

<style type="text/css">
 .SearchFormDiv {
  width: 240px !important;
 }
</style>

Once you have done that then you will need to change the 240px value to suite your needs. Save and refresh the page.

(Tested in WebLink 8 & 9)

2 0

Replies

replied on August 6, 2015

That made pane wider!  Thanks!!

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

Sign in to reply to this post.