Tagged: Pricing Table
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 .
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
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.
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
brilliant, thank you
Hi!
Glad we could help :)
Please let us know if you ever need any help in the future.
Regards,
Dake