Viewing 1 replies (of 1 total)
  • Plugin Author Aert

    (@aahulsebos)

    Hi @pleazo,

    You could use the below CSS, to minimize the height of the text, by making it scrollable.

    /* banner height adjustment for mobile */
    @media only screen and (max-width: 600px) {
    .cc-message {
        overflow: scroll;
        height: 77px;
    }
    }
Viewing 1 replies (of 1 total)

The topic ‘Banner on mobile’ is closed to new replies.