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

    (@yingling017)

    It is possible with CSS. You could use the following code expand the max allowed width and set the qtip width.

    body .qtip {
    	max-width: 500px;
    }
    
    body .qtip-content {
    	width: 500px;
    }

    However, you may need to review the qtip documentation to make sure you’re avoiding tips being pushed off the page if they’re too wide. https://qtip2.com/options#style

    Thread Starter Lunis

    (@lunis)

    It works! Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adjusting popup width?’ is closed to new replies.