Is it possible to change the KB display order from two columns to a single column?

Answered Lee Roquet 8 years ago

I am wondering if it is possible to have the KB article page display search returns in a single column. For example when we have a list of standard upgrade articles the titles are getting cut off. If we can organize the page so the article headers can be viewed and even wrap then this would be great.


or, just allow the KB article title to wrap so you can see the whole title


19548bcd49d384fcd334547c93c49370

Replies (2)

photo
3

Hello Lee,

You need to create your own theme and add the following css code:


  1. .kb-list ul li {
  2. width: 100%;
  3. }

Cloud users can customize css using My Interface in Administration - Interface.

photo
1

Cool, thanks, that's helpful. And can I make css break titles to a newline? So that I would have two column AND complete titles? If so, could you give me a hint for css?

photo
2

Hello Silke,


This is a little bit out of support. Please ask your developers or css guy to give you instructions on how to break the lines.

Though, we don't recommend it, as KB list won't look great. Better stick with two or 1 column.

photo
Leave a Comment
 
Attach a file