Closed (fixed)
Project:
qTip (Stylish jQuery Tooltips)
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2011 at 10:46 UTC
Updated:
27 May 2014 at 05:21 UTC
Jump to comment: Most recent
Comments
Comment #1
jpdaut commentedI think I answered my own question: just set min and max widths to your desire. For ex:
.ui-tooltip, .qtip{
max-width: 380px;
min-width: 320px;
}
Comment #2
bocaj commentedGlad you were able to figure this out @jpdaut!
Comment #3
liquidcms commentedi rewrote a views field to get my qtip using this:
and then using hint above i added this in css:
but i ended up with this: http://screencast.com/t/3taEM6jpuE
any hints?
Comment #4
bocaj commentedThere is now Views integration in 2.x. I believe this issue is resolved. Please reopen if this is not the case.