<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: QS How to increase the word size bigger ? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930901#M12949</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know it isn't possible to manipulate the title size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you work with mashup, you can make a workaround in html.&lt;/P&gt;&lt;P&gt;In Qlik Sense application clear the title, then you should add it in html.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 09:59:25 GMT</pubDate>
    <dc:creator>undergrinder</dc:creator>
    <dc:date>2015-11-04T09:59:25Z</dc:date>
    <item>
      <title>QS How to increase the word size bigger ?</title>
      <link>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930900#M12948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am make using of mashup to display the impt chart in production line using TV , user request to have the title of the chart wording bigger , it is possible ? Now the size is very small , very hard to see it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 03:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930900#M12948</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-11-04T03:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: QS How to increase the word size bigger ?</title>
      <link>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930901#M12949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know it isn't possible to manipulate the title size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you work with mashup, you can make a workaround in html.&lt;/P&gt;&lt;P&gt;In Qlik Sense application clear the title, then you should add it in html.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 09:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930901#M12949</guid>
      <dc:creator>undergrinder</dc:creator>
      <dc:date>2015-11-04T09:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: QS How to increase the word size bigger ?</title>
      <link>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930902#M12950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can target .qv-object .qv-object-title in css. So something like&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;.qv-object .qv-object-title&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 32px;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;}&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;That should work. You can add any other css you want here to affect the titles. For instance, something I find useful with regards to the titles, you can get rid of the ellipsis and let the title wrap if you want by adding white-space: normal like so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;.qv-object .qv-object-title&lt;/SPAN&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt; {&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-size: 32px;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; white-space: normal;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #222222; font-family: Consolas, 'Lucida Console', monospace; font-size: 12px;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 13:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930902#M12950</guid>
      <dc:creator>Francis_Kabinoff</dc:creator>
      <dc:date>2015-11-04T13:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: QS How to increase the word size bigger ?</title>
      <link>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930903#M12951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much , i manage to make the font size big.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 09:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/QS-How-to-increase-the-word-size-bigger/m-p/930903#M12951</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2015-11-06T09:32:51Z</dc:date>
    </item>
  </channel>
</rss>

