1
KB Article side bar
Question asked by Joshua Greko - 8/25/2022 at 6:07 AM
Answered
Is there a way to remove the side bar in the KB articles? This is the bar on the right on the KB article that has the Facebook links and the "was this article helpful" section. As some of our articles are wide and that side bar covers the article itself making it impossible to read. 

4 Replies

Reply to Thread
0
Kyle Kerst Replied
Employee Post
Hey Joshua, you can probably do this via a CSS override. Keep in mind though you'll need to re-implement your CSS changes with each upgrade to SmarterTrack and so you'll want to keep track of these internally. 
Kyle Kerst System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Tony Scholz Replied
Employee Post Marked As Answer
Hello Joshua, 

Yes this can be hidden using the Brands custom CSS option in the web interface


We do have some help docs on this as well


Thank you 
Tony

Tony Scholz System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com
0
Joshua Greko Replied
Thank you for the reply. We unchecked everything and it still displays the mark for review, edit this article etc. Which is fine, but can we just nest that to the right side of the screen in lieu of having it float?
0
Tony Scholz Replied
Employee Post
Hello Joshua, you can try adding something like 

 .side-links {display: none;}

To the custom CSS. 
Tony Scholz System/Network Administrator SmarterTools Inc. (877) 357-6278 www.smartertools.com

Reply to Thread