• Dear all,
    currently I’m facing 3 issues with this plugin and hoping you can help:

    • How is it possible to align the step description/details to the left?
    • The <ul> and <li> tags are not displayed. Is there any way to change?
    • Label is not centered according to icon
    • Thanks and kind regards,
      sewo

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support kiranpreet

    (@kiranpreet)

    Hello Sewo,

    Thanks for using our plugin.
    Please share the link and screenshot pointing out what exactly you want to do.

    Thankyou!

    Thread Starter sewo

    (@sewo)

    Hi,
    currently working on localhost, but please find a screenshot linked:

    https://fs5.directupload.net/images/180312/fng4b4iy.jpg

    Plugin Support kiranpreet

    (@kiranpreet)

    I’ve checked the screenshot you’ve shared.
    You’re facing this issue because our plugin styles are being overidden by your theme styles.

    Please check in any other theme or add custom css to fix these issues.

    Thread Starter sewo

    (@sewo)

    Do you have an overview about which css tags I have to use?

    Currently I’m using Quill Theme.

    https://demo.athemes.com/quill/

    Thanks for your support!

    Plugin Support kiranpreet

    (@kiranpreet)

    To align the text towards left, use below mentioned CSS :-

    .cool-process-steps ul li p 
    {
        text-align: left !important;
    }

    To align title :-

    .cool-process-steps ul li h2.content-title 
    {
        text-align: center !important;
    }

    You can add margin etc if still the title is not in center.

    You cannot display list-items in current version of plugin.
    It will be added in next update.

    Thread Starter sewo

    (@sewo)

    Thanks for the feedback. Alignment to the left is working fine. Step Label is still not centered even with margin.

    Is <a href also not working?

    Thanks!

    Plugin Support kiranpreet

    (@kiranpreet)

    Please contact us at [email protected] to fix these issues.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Align Step description’ is closed to new replies.