<?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: Make center text center aligned in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690727#M30337</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/409976"&gt;@NisantaSahoo&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please post a preview link to the page (not template)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
    <pubDate>Thu, 08 Sep 2022 07:50:58 GMT</pubDate>
    <dc:creator>Anton</dc:creator>
    <dc:date>2022-09-08T07:50:58Z</dc:date>
    <item>
      <title>Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690578#M30326</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe this code is making my text column-wise and I am unable to make it center aligned&amp;nbsp;&lt;BR /&gt;&amp;lt;div class="grid__col grid__col--1of2"&amp;gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help with what code I should use the make the text center aligned?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS. I have limited coding skills &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 21:14:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690578#M30326</guid>
      <dc:creator>NisantaSahoo</dc:creator>
      <dc:date>2022-09-07T21:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690681#M30333</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/409976"&gt;@NisantaSahoo&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;if you want to center the text in the column. You can:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha"&gt;
&lt;LI&gt;&lt;STRONG&gt;add inline-styling&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;like this&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="grid__col grid__col--1of2" style="text-align:center"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to it. It will work, but I don't recommend inline-styling&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL class="lia-list-style-type-lower-alpha" start="2"&gt;
&lt;LI&gt;&lt;STRONG&gt;create a simple CSS class&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;like this&lt;/P&gt;
&lt;P&gt;&lt;U&gt;module/template(or where ever this div is)&lt;/U&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="grid__col grid__col--1of2 text-centered"&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;U&gt;Your main CSS file:&lt;/U&gt;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.text-centered{
text-align:center;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will give you more control over media queries(responsiveness).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;best,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 05:37:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690681#M30333</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2022-09-08T05:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690693#M30335</link>
      <description>&lt;P&gt;Hi Anton,&lt;/P&gt;&lt;P&gt;Thanks a lot for the response, but I do not want the text to be centered inside the column. That's not my purpose, I want it to be center aligned on the page. Please take a look at the design layout&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="scrnli_9_8_2022_11-31-10 AM.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/74529iE77A048F26A77C2C/image-size/large?v=v2&amp;amp;px=999" role="button" title="scrnli_9_8_2022_11-31-10 AM.png" alt="scrnli_9_8_2022_11-31-10 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 06:02:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690693#M30335</guid>
      <dc:creator>NisantaSahoo</dc:creator>
      <dc:date>2022-09-08T06:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690727#M30337</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/409976"&gt;@NisantaSahoo&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you please post a preview link to the page (not template)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anton&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 07:50:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690727#M30337</guid>
      <dc:creator>Anton</dc:creator>
      <dc:date>2022-09-08T07:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690751#M30339</link>
      <description>&lt;P&gt;I didn't get you, the page is not published yet&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 08:49:23 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690751#M30339</guid>
      <dc:creator>NisantaSahoo</dc:creator>
      <dc:date>2022-09-08T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Make center text center aligned</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690898#M30352</link>
      <description>&lt;P&gt;There are horizontal spacer modules you can put to the left and right to reduce the width and center your content. Or you can use css and give it a maximum width and center it with auto margin, but sounds like you want to avoid code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 14:28:08 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Make-center-text-center-aligned/m-p/690898#M30352</guid>
      <dc:creator>JanetArmstrong</dc:creator>
      <dc:date>2022-09-08T14:28:08Z</dc:date>
    </item>
  </channel>
</rss>

