• The scrolling ticker is only showing “When…” on mobile view. There should be a whole sentence scrolling.

    How do I fix this? I searched the plugin settings and did not see anything (I could have missed something, I suppose).

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Joe

    (@joemc)

    Can you provide a link to your site that I can check out? It may have something to do with the containing element that the Ditty is placed in, but I’ll need to see it to figure out what is going on.

    Thanks!

    Thread Starter emgb_520

    (@emgb_520)

    Is there a way to send the link to you privately?

    Thanks!

    Plugin Support Joe

    (@joemc)

    Yes, you can submit the contact form here: https://www.metaphorcreations.com/contact/

    I will be the only one to see it.

    Thread Starter emgb_520

    (@emgb_520)

    I have sent via the contact form. Thank you!

    Plugin Support Joe

    (@joemc)

    Got it, thanks! I checked out your site and your issue is stemming from css within your theme.

    .mtphr-dnt-tick-contents .mtphr-dnt-tick,
    .ditty-ticker__contents .ditty-item {
    padding:14px 0 !important;
    width:33.3333333333%
    }
    .mtphr-dnt-tick-contents .mtphr-dnt-tick p,
    .ditty-ticker__contents .ditty-item .ditty-item__content {
    margin:0;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden !important;
    padding:0 25px !important
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.