I have attempted to build a simple table using both the default editor AND the AVIA table builder, and both are forcing styling artifacts that defy logic.
http://westindiesbayco.com/?page_id=28
I simply want the images in the left column to display full size, and the right column text to sit next to its corresponding image in the left column.
Both table methods force the images to be a fraction of their true size. I cannot find anything in the code that would make it do this. Help!
Turns out this is happening in Chrome, but displays correctly in IE.
Hi lightsites!
Thank you for using Enfold.
Since, you added the table manually using a text block. Add a class attribute to the td tags containing the images. Use “custom-td” for example then use the Quick CSS field to modify the width:
.custom-td {
min-width: 105px;
}
Cheers!
Ismael