• Resolved asmete

    (@asmete)


    Dear support,

    I’ve couple of issues when it comes to using CMP on mobile.

    1- on the mobile, the website is opening like it is on the pc however, the right side of the website is always blank. How can I solve this issue and adapt it for mobile devices?
    The problem occurred after I choose the custom image for mobile and uploaded a picture. Although I disabled that feature later, it is still problematic.

    2- The language switcher does not work on mobile devices. The languages are appearing on the screen but there is no way to click on them.

    Thank you in advance!

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

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

    (@alesmal)

    Hello, the white space is caused by PRE element you have put to your content. To correctly break the line, put this CSS into CMP:

    
    pre { white-space: pre-wrap; }
    

    To resolve issue with Language switcher, use this another CSS

    
    .lang-switch-wrapper { z-index:100; }
    

    Ales

    Thread Starter asmete

    (@asmete)

    These solved all the problems. Thank you for your prompt assistance.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Mobile Issues’ is closed to new replies.