• Hello Jyoti, the problem I have is that the Countdown Timer is vertical in orientation.

    Is it possible to change the format to be horizontal so it only takes up a few lines of text?

    So it works as a horizontal ‘banner’ rather than a vertical ‘banner’?
    Many thanks
    Richard Hughes (Charity admin)

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

    (@narinder-singh)

    Hi @rhughes44,
    Thanks for using our plugin.
    The current version of our plugin doesn’t support this feature.
    But you can achieve that with help of Custom CSS. Please add the CSS code given below.

    .tecc-wrapper{
    display: flex!important;
    align-items: center;}
    .tecc-wrapper .tecc-event-info{
    padding:0px!important;
    }
    .tecc-wrapper .tecc-event-info h3.tecc-title{
      margin:0px!important;
    }

    Hope this helps.

Viewing 1 replies (of 1 total)
  • The topic ‘Layout enhancement’ is closed to new replies.