Home Forums Jevelin Theme Timeline Time Positioning Reply To: Timeline Time Positioning

Home Forums Jevelin Theme Timeline Time Positioning Reply To: Timeline Time Positioning

Solution for this topic

You can resolve that issue by adding the following CSS code in the Custom CSS code option of your theme on the below path.

 

Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

 

#timeline-c3a04f272ffbb45c7449c2e621e9f094 .sh-timeline-item:nth-child(2) .sh-timeline-date {
    left: -115% !important;
}