• Resolved carinagmesegue

    (@carinagmesegue)


    I’m testing the plugin to see if it can work for a page I’m building.
    I find the text to be too close to the vertical line.

    I’d also like all text to be justified left, even in the steps showing at the left side of the line. Is it possible?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @carinagmesegue,

    Yes, it is possible through Custom CSS.
    Please add given below Custom CSS.

    @media only screen and (min-width: 992px){
    .ps_timeline-centered.ps_timeline-info, .ps_timeline-centered .ps_timeline-content {
        width: 46%!important;
    }
    }
    
    .ps_timeline-content .ps_timeline-content p {
        padding-left: 0px!important;
    }
    
    .ps_timeline.ps_timeline-centered > .ps_timeline-item:nth-child(even) .ps_timeline-content {
        text-align: left!important;
    }

    Please let me know if you need further assistance.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Text overlapping over lines in “Vertical process”’ is closed to new replies.