• Hey all!

    My ticker works good on the desktop version of the website but not on mobile.
    Does anyone know why is that?

    Thank you for your help ??

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

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

    (@metaphorcreations)

    You display issues are a matter of css and placement of elements on your page. On desktop I was not seeing the ticker because your div “#pb_block-0” has a large negative margin that is pushing the ticker up and behind your menu. You’ll need to get rid of this:

    #pb_block-0 {
        margin-top: -155px !important;
    }

    This will also probably resolve your mobile issues, as I do see the ticker on mobile after adjusting this (using browser developer tools for testing).

    If you have added this negative margin to try and position your menu, you’ll need to find a different css and/or html layout solution in order to keep the ticker displayed.

Viewing 1 replies (of 1 total)
  • The topic ‘Ticker is not displaying on mobile phones’ is closed to new replies.