• Resolved salvatorericcardi

    (@richdeveloper)


    As you can see in the linked page, ditty widget not showing news ticker correctly. It shows only in page content, not in top bar.
    The theme is generatepress free.

    Do you need more details to fix?

    The page I need help with: [log in to see the link]

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

    (@metaphorcreations)

    The ticker is not displaying due to the parent element of the the Ditty not having a width. Try adding the following custom CSS to your site:

    .top-bar .inside-top-bar .widget {
      display: block;
      width: 100%;
    }

    You can add this at Appearance > Customize > Additional CSS or anywhere you are able to add custom css to the front-end.

    Let me know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘News ticker not showing in top bar widget’ is closed to new replies.