- This topic has 5 replies, 2 voices, and was last updated 9 years, 9 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Centre pricing plan
Tagged: pricing
I’ve also tried changing the button color but it doesn’t seem to work:
I want to change it to orange
For some reason, I can’t show the code here
If you’re just using one “Plan” then you can take a look around line 2489 for .plan-col-popular in your css and remove the float: left, or change it to ‘none’. Then add “margin: 0 auto;“.
The Plan Button can be changed around line 2562 – “.plan-button a“
Thanks for the quick response Wes.
I have 3 plans now, how do I centre it?
You would have to follow the above suggestion first, then add display: inline-block; to – .plan-col and .plan-col-popular