• Resolved xzyla

    (@xzyla)


    Hello – Thus plugin is great. However, it is covering one of my menu items on mobile (phone). Is there any CSS I can add to fix this?
    Also, is there any possibility of animating the text like a ticker going across the page?

    Thank you for your time.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    You can usually fix this by making the z-index value smaller, z-index: 1;.

    As for the ticker. There is a marquee element that can do that, however its use is discouraged because it is deprecated and thus its functionality could be removed from certain browsers at a moments notice. Additionally, tickers are generally considered bad UX and should be avoided. There are many studies that show that scrolling text is difficult to read. And without some specific features that would be difficult to produce for this application, tickers violate Web Content Accessibility Guidelines, https://www.w3.org/TR/UNDERSTANDING-WCAG20/time-limits-pause.html

    • This reply was modified 6 years, 1 month ago by rpetersen29.
    Plugin Author rpetersen29

    (@rpetersen29)

    Marking as resolved for now

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘banner covers hamburger menu’ is closed to new replies.