• Only the first 8 characters show on a phone. It is set as a ticker. How do you get this to work in mobile?

    Also, I tried to turn it off in mobile but I can’t. I set it to off, save it and on save it reverts back to on. So there are 2 bugs here.

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

Viewing 1 replies (of 1 total)
  • Hi there,

    Thank you for writing in,

    You can not display all the text because it will effect on your mobile device designs,
    Please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add this CSS codes.

    @media screen and (max-width: 767px){
    .ednpro_main_wrapper.ednpro_section{
       display: none;
    }
    }

    Thank You!!

Viewing 1 replies (of 1 total)
  • The topic ‘2 BUGS: Cut off in mobile and can’t turn it off in mobile’ is closed to new replies.