The training title ends with a vertical bar -> |

Jun 09, 2022

Articulate 360 automatically draws a thin vertical line after the training title (see screenshot).
How can I delete this vertical line?

If I put the "sidebar" on the left side, then the line is hidden. But I want to place the menu on the right side.

Can someone help?
Thanks in advance.

6 Replies
Maria Costa-Stienstra

Hi, Mike.

Thank you for reaching out! It sounds like you've encountered a bug we've reported to our team: 

A vertical line appears on the title when Previewing/Publishing the file

While I don't have any updates on a fix, the current workaround would be to change the Sidebar to the left side. 

Check out this article for additional information on how we identify and tackle bugs. We will keep you updated on any new developments!

Daniel Canaveral

Good!

Ok, so after applying the Player settings you have into a project and publishing it out to web, I used Google Chrome's inspector to isolate the problem.  Turns out to be the border-right attribute tied to the .presentation-title .top-tabs-line found within the desktop.min folder

identify line

To delete this attribute, follow the path html5 > lib > stylesheets > desktop.min, then open the desktop.min folder with Notepad (or another code editing tool):

html 5 folder

open with notepad

Once in Notepad, initiate a search (Ctrl+F) for .presentation-title .top-tabs-line.  Once found, simply delete the border-right attribute, then File > Save your changes.

notepad

Launch the story file and you should be all set!