+ Reply to Thread
Results 1 to 3 of 3

Thread: qtip content off screen on mobile

  1. #1
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    255

    qtip content off screen on mobile

    Hi guys,

    How can I center the qtip content on mobile device? As you can see from the screenshot below. The content goes off the screen and part of it is not visible.

    Screen Shot 2022-03-22 at 4.53.05 PM.png

    Thanks

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,161
    Hello,

    Go to templates > css > style.css > find a line @media screen and (max-width: 440px) {

    add this style below:
    Code:
    Only registered members can view the code.

  3. #3
    Master
    Join Date
    Apr 2021
    Location
    USA
    Posts
    255
    Thanks Rudi,

    It fixed the issue

+ Reply to Thread