Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #269026

    Hi Support,

    We (www.studiobuccia.nl) are using tables on our frontpage and on Safari it looks nice, however on Firefox and Internet Explorer, it looks like a nightmare….

    How can we fix this?

    Kind regards,
    Marco Spanhaak

    #269070

    Width of the image is set to auto. That makes the browser calculate the width of the table.
    You can fix it by changing the width of the image to 100%

    http://kriesi.at/documentation/enfold/custom-css-and-quick-css/

    .avia-highlight-col img {
        width: 100%;
    }
    #269085

    That actually solved my issue. Thanks a lot!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Using tables’ is closed to new replies.