Support » Plugin: Calendar » Yellow popup dont display content right

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kieran O’Shea

    (@kieranoshea)

    You have the following code in your custom style sheet which is hiding br tags and causing the issue

    /* Fjerner innsetting av <br /> tag som blir satt in av ett eller annet */
     table tr td br{
     display: none;
     }

    Remove this and the problem will be solved

    Thread Starter sijo55

    (@sijo55)

    Thanks for your help on this. Fixed now 😉
    I need to use the css style, so I changed it to..
    table.s2m tr td br{
    display: none;
    }
    ..for the specific plase I need it..

    Plugin Author Kieran O’Shea

    (@kieranoshea)

    Glad you now have it working. Marking thread as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yellow popup dont display content right’ is closed to new replies.