Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @class1010,

    First of all thanks for using our plugin.
    This issue occurs because MLS Design Themes v4.9.3 is overriding our plugin css.
    In order to fix this issue add this custom css.

    @media only screen and (min-width: 992px)
    .ps_timeline-centered.ps_timeline-info, .ps_timeline-centered .ps_timeline-content {
        width: 47%!important;
    }

    Feel free to contact us if you need any further assistance.

    Thanks

    Thread Starter class1010

    (@class1010)

    Hi @baljitdhanjal;

    Thank you for your answer
    I do not master the code or the style sheets well but I inserted your code in cool-process.css before the declaration “for mobile phones” but I still have the same problem of alignment

    indeed I do not have this alignment problem on the mobile version
    would there be something else to add to define a margin between the axis and the texts?

    Thanks

    Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Please replace the previous code with following code.
    I apologized a mistake, I forgot to add {}.

    @media only screen and (min-width: 992px){
    .ps_timeline-centered.ps_timeline-info, .ps_timeline-centered .ps_timeline-content {
        width: 47%!important;
    }
    }

    Please let us know if you still unable to fix this issue.

    Thanks

    Thread Starter class1010

    (@class1010)

    super it’s better like this
    thank you for your reactivity

    I mark the topic as resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text aligment with vertical-process mode’ is closed to new replies.