Artificer: Timeline Outline - Mobile B3 Fix

For fixing the Timeline (Outline) view on mobile, insert this code under ur custom CSS of Artificer Theme:

Before:

image_transcoder.php?o=sys_images_editor&h=617&dpx=1&t=1660423449

Code to fix it:

.bx-tl-item {

 right: 0px !important;

}

  • 739
  • More
Replies (0)
Login or Join to comment.