Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #460410

    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.

    • This topic was modified 9 years, 5 months ago by lightsites.
    #460647

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.