• In the mobile version the tooltip appear to be fullscreen. what we can do to make it smaller in mobile as it appears in website.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Yes this is bad. I hope it will be an update soon.

    Pascal

    The issue seems to be only when the hospot shoctode is in a builder module, for exemple in a DIVI code or text module.

    PAscal

    Thread Starter erand

    (@erand)

    I found an solution , below is the code that you can put on custom CSS :

    @media (max-width: 500px){
    div#powerTip{
    position: absolute !important; /*The position of the tooltip*/
        width: auto !important; /*The width of the tooltip*/
        height: auto !important; /*The height of the tooltip*/
        left: auto !important; /*The position from the left of the tooltip*/
        top: auto !important; /*The position from the top of the tooltip*/
        overflow-x: hidden; /* For Hidding x scrollbar of the tooltip*/
        overflow-y: hidden; /* For Hidding y scrollbar of the tooltip*/}}

    It will solve the problem

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem in Mobile Version’ is closed to new replies.