<?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 How to change alignment of String to right side in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112677#M29598</link>
    <description>&lt;P&gt;Hi splunkers,&lt;/P&gt;

&lt;P&gt;After generating the table the columns having string datatype will automatically aligned to left side and measures to right side.&lt;BR /&gt;
Can anyone help me in changing the default behavior of these. &lt;BR /&gt;
Any tags needed for that?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
santhosh.&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2015 12:21:57 GMT</pubDate>
    <dc:creator>SanthoshSreshta</dc:creator>
    <dc:date>2015-07-10T12:21:57Z</dc:date>
    <item>
      <title>How to change alignment of String to right side</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112677#M29598</link>
      <description>&lt;P&gt;Hi splunkers,&lt;/P&gt;

&lt;P&gt;After generating the table the columns having string datatype will automatically aligned to left side and measures to right side.&lt;BR /&gt;
Can anyone help me in changing the default behavior of these. &lt;BR /&gt;
Any tags needed for that?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
santhosh.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:21:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112677#M29598</guid>
      <dc:creator>SanthoshSreshta</dc:creator>
      <dc:date>2015-07-10T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to change alignment of String to right side</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112678#M29599</link>
      <description>&lt;P&gt;If this is on a dashboard, simply use a .css with something like the following:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;.results-table .wrapped-results th:nth-child(5), .results-table .wrapped-results td:nth-child(5) {
    text-align: right;
}
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;(Copied from &lt;A href="https://answers.splunk.com/answers/9262/right-align-table-cells.html"&gt;here&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;If you only want to apply this to one specific table, you can give that table an id and reference that id in the selection.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:39:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112678#M29599</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-10T12:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to change alignment of String to right side</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112679#M29600</link>
      <description>&lt;P&gt;You might get away with re-defining some of the standard CSS classes.  You could change 'numeric' and 'numeric highlighted' to be left-justified, but that probably will be hard to read for most people.  Use your browser's style editor to find the class(es) to change to make strings be right-justified.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 12:45:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112679#M29600</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2015-07-10T12:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to change alignment of String to right side</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112680#M29601</link>
      <description>&lt;P&gt;How can I set one column to left alignment and other column to right aligment , by using css my both columns are in right alignment now-&lt;BR /&gt;
 #table1 table.table tbody td {&lt;BR /&gt;
      width: 50% !important;&lt;BR /&gt;
      text-align: right !important;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Oct 2019 06:26:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-change-alignment-of-String-to-right-side/m-p/112680#M29601</guid>
      <dc:creator>shugup2923</dc:creator>
      <dc:date>2019-10-14T06:26:21Z</dc:date>
    </item>
  </channel>
</rss>

