• Resolved eversmanwebdesign

    (@eversmanwebdesign)


    No ticker display in upper header. It is assigned to widget and selected. Works in page, but not in header. WordPress 6.2

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

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

    (@metaphorcreations)

    The header widget for your site doesn’t seem to have a any width to it, so there’s no place for the ticker to scroll. If you add the following custom css to your site it’ll force the width of the header widget area to be 100% and you’ll start seeing the ticker:

    .header-widget-area {
        width: 100%;
    }

    Let me know if this doesn’t work for any reason. Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘No Ticker Display in Header’ is closed to new replies.