Hi,
when I use a price table like this one : http://www.mines-telecom.fr/recherche-innovation/recherche/animation-de-la-recherche/
the first column in not aligned to the second. It’s OK when using data table.
Could you help me ?
Thanks
Oli
Hi Oli!
Can you create a pricing table on test page and post its link here so we can take a look?
Best regards,
Yigit
Hi,
what do you mean by “test page” ? You can see our price table here : http://www.mines-telecom.fr/recherche-innovation/recherche/animation-de-la-recherche/
Regards,
Oli
Hey!
I did/do not see an aligning issue on your page http://i.imgur.com/PTVqo4O.jpg. Can you post a screenshot and show the changes you would like to make?
Regards,
Yigit
Ok…
For me, there are 3 columns : https://partage.mines-telecom.fr/public.php?service=files&t=8e426959542a7aa9a58034a03ad97f9d
In the backoffice, in the first colum (a description column), the cells are aligned with the cells of the second column :
https://partage.mines-telecom.fr/public.php?service=files&t=7b2e3e03275f310fcc6b26db8e432245
, but in the frontoffice, there are not aligned :
https://partage.mines-telecom.fr/public.php?service=files&t=8e426959542a7aa9a58034a03ad97f9d
Regards,
Oli
Hi!
Can you try adding following code to Quick CSS in Enfold theme options under Styling tab and adjust if needed
.avia-desc-col { margin-top: 50px; }
Best regards,
Yigit
Hi,
it doesn’t work, cause when using price table, it’s not a table tag with tr and td tags, it’s div with lists (ul and li tags).
I found a solution : use a data table and change the css with :
th.avia-center-col {background-color:#c3512f; color:#fff;}