pricing table with lines under every specification

More
7 years 9 months ago #100924 by Luis
Yes, you are right I found the error in the template css.
Afterwards I delete the cookies and it was all good again.
If anyone is using Joomlashine Template its in the templates/jsn_yoyo_pro/css/template.css line l32.
Here is the Margin settings we use hopefully it could be of help for any of you.
ol li {
padding: 0;
margin: 0.3em 0 0.3em 2em;
The following user(s) said Thank You: Tuan Pham Ngoc

Please Log in or Create an account to join the conversation.

More
7 years 9 months ago #100997 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic pricing table with lines under every specification
Great. Thanks for sharing the solution. However, I would suggest to implement it using custom css (maybe find a way to put custom css into Membership Pro -> Configuration, Custom CSS tab

The reason is because if you modify the template css directly, it will be lost when you update to future releases of that template (I don't know if they release new versions, thought, don't have experience with how templates update are handled)

Tuan

Please Log in or Create an account to join the conversation.