- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Changing Pricing to Three Columns’ is closed to new replies.
Home › Community Forums › Epik Theme Support › Changing Pricing to Three Columns
Hi. I currently have two pages that are listing the pricing. My preference is to only have three columns, but when I deleted the fourth column, its not centering the remaining three columns on the page. How can I center the three columns on the page.
URL: http://www.advertisemint.com
URL: http://www.advertisemint.com/pricing
Thanks!
There are a few threads that cover how to do this if you haven’t found it already. There is a search box on the right hand side of the main forum pages to search the forums if you need to in the future.
I’ll copy/paste from this thread – http://appfinite.com/topic/how-to-centered-the-price-table/#post-11320
“The pricing table was originally designed for 4 tables, so if you only need 3, then you could adjust the width of them all so it stretches to each end.
Look on line 726 in your css and change the width to around 33% or so until you get the width you want –
.plan-col, .plan-col-popular { width: 33%; }
Although that line number may be different for your theme/site. Just search your style.css for the “Plans” section and you’ll see what I’m referring to.
That was it. I did a search for these topics and didn’t find anything when I first looked. Thanks again for helping me resolve the issue.