Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #506413

    Hi, I have a page with 2 separate pricing tables on and need them both to have the same widths for column one. I can add a code block above, but haven’t been able to work out the code. Could I have a bit of code please to make column one 40% of the overall width? thanks .

    #506414

    Hi andrea!

    Can you please post a screenshot showing the changes you would like to make and a link to your page so we can make sure that we are on the same page. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Regards,
    Yigit

    #506466

    Thank you, please see below link to the page and a screen shot with notes on to show what we want to achieve. Basically there are only 2 columns but because there are 2 tables they don’t align. We want the columns to be 50% of the width now. I’ve set up a codeblock on the page, but couldn’t find or work out a piece of code that sorted it.

    thanks.

    #506545

    Hey!

    Drag a codeblock element to the page and add this inside.

    <style type = "text/css">
    tr th, tr td { width: 50% !important; }
    </style>

    Regards,
    Elliott

    #506549

    brilliant, thank you

    #506837

    Hi!

    Glad we could help :)

    Please let us know if you ever need any help in the future.

    Regards,
    Dake

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Pricing table column widths’ is closed to new replies.