By Clint Davis on Friday, 22 February 2019
Posted in General Issues
Likes 0
Views 467
Votes 0
I just upgraded to 4.0. My plan settings are to display 2 plans on the 1st row and 3 on the 2nd row. However, the new software will only do 3 on the top row. Can you help?
Hi Clint,

Kindly find my response for your inquiries below:
Where do I apply this CSS? In my template custom.css file?

Yes, you can add the css in your custom.css file

What should the settings be ? 3 or 2? or blank? or 2,3?

You can set it a single digit number, as example 3
·
Friday, 22 February 2019 12:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Clint,

I've consult this with our developer, where in latest Payplans 4 it is not possible to configure the column per every row.
Where you only can set one value, and it will applied to every row of it.
The reason why we deprecated this functionality is because it adds too much complexity just to achieve such layout and it has performance bottleneck. Thus, we strongly suggest user to use css instead.
You can apply css below as example:
[gist type="php"]
body #pp .pp-plans .pp-plans__item:nth-child(1),
body #pp .pp-plans .pp-plans__item:nth-child(3) {
flex: 0 0 50%;
}
[/gist]

Sorry for the previous reply I have deleted
·
Friday, 22 February 2019 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Where do I apply this CSS? In my template custom.css file? What should the settings be ? 3 or 2? or blank? or 2,3?
·
Friday, 22 February 2019 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks. That worked.
·
Friday, 22 February 2019 12:47
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Clint Glad to hear your issue has resolved.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding and have a nice day ahead
·
Friday, 22 February 2019 12:52
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post