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

    Hi,
    I love the images with hotspots!
    However one problem: line breaks used in the text are not working in the tooltip
    As an alternative I used a table but how can I change the border width and padding/margin, I used code below in CSS but it is not working.

    .av-hotspot-container-inner-cell table {
        border: 0;
        paddding: 0;
        margin: 0;
    }

    So I would like eater the breaks ( <br /> ) to work or address the tooltip right in the CSS
    Url for a preview: http://jettender.com/boten/dieseljet-parts/

    Thanks, Ariane

    #738866

    Hey Ariane,

    I’m not really sure what you want to achieve but you probably want to remove the border from the table, try adding this css code in Quick CSS (located in Enfold > General Styling):

    .postid-636 .avia-data-table-wrap table th, .postid-636 .avia-data-table-wrap table td {
        border: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

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