<?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: Remove Padding around the image module in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453445#M23877</link>
    <description>&lt;P&gt;Piersg,&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you that fixed it. Simple solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jun 2021 18:02:57 GMT</pubDate>
    <dc:creator>SlimSr2003</dc:creator>
    <dc:date>2021-06-30T18:02:57Z</dc:date>
    <item>
      <title>Remove Padding around the image module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453249#M23863</link>
      <description>&lt;P&gt;I have created this page:&amp;nbsp;&lt;A href="https://info.yeshealth.com/hta" target="_blank"&gt;https://info.yeshealth.com/hta&lt;/A&gt;&amp;nbsp;and I have used an Image module grouped with a rich text module to make a row. I have used the code blow my signiture to center the text and the image module in the row. The issue I am having is that the image(s) have padding/margins around them and I would like them to go to the edge of the page and ideally fill the area on that side of the row.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code used to center Text and Image in Row:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;.rowVertcenter &amp;gt; .row-fluid-wrapper &amp;gt; .row-fluid {&lt;BR /&gt;display: flex;&lt;BR /&gt;}&lt;BR /&gt;.textVertcenter&amp;gt;div {&lt;BR /&gt;display: flex !important;&lt;BR /&gt;align-items: center;&lt;BR /&gt;justify-content: center;&lt;BR /&gt;height: 100%;&lt;BR /&gt;}&lt;BR /&gt;.textVertcenter&amp;gt;div&amp;gt;span {&lt;BR /&gt;width: 90%;&lt;BR /&gt;height: 100%;&lt;BR /&gt;display: flex;&lt;BR /&gt;flex-direction: column;&lt;BR /&gt;justify-content: center;&lt;BR /&gt;}&lt;BR /&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/83477"&gt;@media&lt;/a&gt; (max-width: 768px) {&lt;BR /&gt;.rowVertcenter &amp;gt; .row-fluid-wrapper &amp;gt; .row-fluid {&lt;BR /&gt;flex-direction: column;&lt;BR /&gt;}&lt;BR /&gt;/* If you want to re-order the text so it's above the images on mobile add this */&lt;BR /&gt;.rowVertcenter &amp;gt; .row-fluid-wrapper &amp;gt; .row-fluid &amp;gt; .span6:not(.textVertcenter) {&lt;BR /&gt;order: 2;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 13:53:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453249#M23863</guid>
      <dc:creator>SlimSr2003</dc:creator>
      <dc:date>2021-06-30T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Padding around the image module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453355#M23871</link>
      <description>&lt;P&gt;Your spans wrapping the images has a width of 90%. You need to change that to 100%&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.textVertcenter&amp;gt;div&amp;gt;span {
    /*width: 90%;*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 15:42:42 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453355#M23871</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2021-06-30T15:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Padding around the image module</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453445#M23877</link>
      <description>&lt;P&gt;Piersg,&lt;/P&gt;&lt;P&gt;Thank&amp;nbsp; you that fixed it. Simple solution!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jun 2021 18:02:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Remove-Padding-around-the-image-module/m-p/453445#M23877</guid>
      <dc:creator>SlimSr2003</dc:creator>
      <dc:date>2021-06-30T18:02:57Z</dc:date>
    </item>
  </channel>
</rss>

