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:
http://fs5.directupload.net/images/180312/fng4b4iy.jpg
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.
http://demo.athemes.com/quill/
Thanks for your support!
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!
Please contact us at [email protected] to fix these issues.