PDA

View Full Version : Align text in QTIP



Milea Ionut
March 5, 2013, 03:14 PM
Hello,

How can i align the text in the QTIP? See image!

397

Thanks!

Viktor
March 6, 2013, 03:47 AM
Hello Milea Ionut,

Go to ftp://templates>> your_template>> tpl>> js_config.tpl file

find code:



var qtip_style = new Object({
width: 'auto',
background: '#7fb0d6',
color: 'white',
border: {
width: 7,
radius: 5,
color: '#7fb0d6'
},
tip: 'bottomLeft'
});


and after width: 'auto', add new parameter: textAlign: 'justify', save and check again.

Milea Ionut
March 6, 2013, 10:53 AM
Is perfect!! Thank you very much!