Hey Pas7o!
To make sure that we are on the same page, you would like to display tables 50%-50% in the example above, is that correct?
If so, please post the link to your page. If not, please elaborate :)
Regards,
Yigit
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
tr:first-child td {
width: 50% !important;
}
Thanks,
Rikard
perfect! it’s working.
last question: it’s possible put “Made in ITALY” below the table? I used this code for put “Caratteristiche” on left and “Made in ITALY” on right:
<div style=”float: left; text-align: left; font-size: 20px;”>Caratteristiche</div><div style=”float: right; text-align: right; font-size: 15px;”>Made in ITALY</div>
thanks
Hey!
Please add following code to Quick CSS
.avia-data-table-wrap:after {
content: 'Made in ITALY';
background: transparent;
float: right;
font-size: 20px;
margin-top: 10px;
color: black;
}
Cheers!
Yigit
ok thank you so much