How to centered the Price Table ?

Homepage Community Forums Epik Theme Support How to centered the Price Table ?

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #11312
    Nandita
    Customer

      I’ve 3 column on my Price Table. Please help me to “Center Justified” the table. I mean – I want to put the table “Center Aligned.”

      The link is Price Table

      Thank you.

      #11320
      kronos
      Customer

        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%;
        }
      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.