<?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: Media query for responsive columns in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323610#M15632</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/122756"&gt;@Ckleming&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congratulations on finalizing the certificate. This training is very good!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look how use media query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CSS&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;.my-column{ 
    width:25%;
}

&lt;STRONG&gt;@media (max-width:900px){
    &lt;FONT color="#FF00FF"&gt;.my-column{
         width:50%;
    }&lt;/FONT&gt;
}&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;in this example I ignored all the other CSS formatting, to show only the responsiveness of the media query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did this post help solve your problem? If so, please mark it as a solution.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 12:32:40 GMT</pubDate>
    <dc:creator>DanielSanchez</dc:creator>
    <dc:date>2020-03-04T12:32:40Z</dc:date>
    <item>
      <title>Media query for responsive columns</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323547#M15629</link>
      <description>&lt;P&gt;Currently finishing my CMS for developers practicum, but I am stuck on one last requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Must be 4 equal columns wide on large screens and 2 equal columns wide on screens below 900px."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried different media queries, but can't find the right one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any tips ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 06:43:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323547#M15629</guid>
      <dc:creator>Ckleming</dc:creator>
      <dc:date>2020-03-04T06:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Media query for responsive columns</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323610#M15632</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/122756"&gt;@Ckleming&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Congratulations on finalizing the certificate. This training is very good!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Look how use media query:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;HTML&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;
&amp;lt;div class="my-column"&amp;gt;
   Content here
&amp;lt;/div&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CSS&lt;/STRONG&gt;&lt;/P&gt;
&lt;PRE&gt;.my-column{ 
    width:25%;
}

&lt;STRONG&gt;@media (max-width:900px){
    &lt;FONT color="#FF00FF"&gt;.my-column{
         width:50%;
    }&lt;/FONT&gt;
}&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;P&gt;in this example I ignored all the other CSS formatting, to show only the responsiveness of the media query.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Did this post help solve your problem? If so, please mark it as a solution.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Best regards!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 12:32:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323610#M15632</guid>
      <dc:creator>DanielSanchez</dc:creator>
      <dc:date>2020-03-04T12:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Media query for responsive columns</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323685#M15634</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/76319"&gt;@DanielSanchez&lt;/a&gt;,.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried this media query. I think my main problem is to use it correctly.&lt;/P&gt;&lt;P&gt;My 4 "columns" are made by grouping an image and custom module. Well I actually have 4 on first row + 2 on second row. Not sure how and where to apply the correct css-class and then define that they are 25%. If that makes any sense.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have sucessfully used&amp;nbsp;media queries on other things.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:21:00 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323685#M15634</guid>
      <dc:creator>Ckleming</dc:creator>
      <dc:date>2020-03-04T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Media query for responsive columns</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323688#M15635</link>
      <description>&lt;DIV class="tlid-input input"&gt;
&lt;DIV class="source-wrap"&gt;
&lt;DIV class="input-full-height-wrapper tlid-input-full-height-wrapper"&gt;
&lt;DIV class="source-input"&gt;
&lt;DIV class="source-footer-wrap source-or-target-footer"&gt;
&lt;DIV class="character-count tlid-character-count"&gt;
&lt;DIV class="cc-ctr normal"&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/122756"&gt;@Ckleming&lt;/a&gt;&amp;nbsp;,&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="tlid-results-container results-container"&gt;
&lt;DIV class="tlid-result result-dict-wrapper"&gt;
&lt;DIV class="result tlid-copy-target"&gt;
&lt;DIV class="result-header"&gt;
&lt;DIV class="starbutton jfk-button-flat jfk-button unstarred" tabindex="0" role="button" aria-label="Marcar tradução com estrela" data-tooltip="Marcar tradução com estrela" data-tooltip-align="t,c"&gt;
&lt;DIV class="jfk-button-img"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="text-wrap tlid-copy-target"&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN title=""&gt;I understand.&lt;/SPAN&gt; &lt;SPAN title=""&gt;In this case, you need to do 1 CSS training yourself and practice, as it is a mandatory coding to create responsiveness in your projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN title=""&gt;If you want, paste your HTML and CSS code in response, which I help you correct, but it would be important for you to see a video or website explaining about CSS and media query to train and practice until you find out where your code is wrong.&lt;/SPAN&gt; &lt;SPAN title=""&gt;This will take you to another level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="" title=""&gt;The example I sent you above is the application of the media query in the CSS, if you haven't understood it, then I think it's important to train and practice CSS before.&lt;/SPAN&gt; &lt;SPAN title=""&gt;He skipped a step.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN title=""&gt;I hope to help and I will be available to answer questions about CSS whenever you need.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN title=""&gt;Did this post help solve your problem? If so, please mark it as a solution.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="result-shield-container tlid-copy-target" tabindex="0"&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN title=""&gt;Best regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:40:25 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323688#M15635</guid>
      <dc:creator>DanielSanchez</dc:creator>
      <dc:date>2020-03-04T16:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Media query for responsive columns</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323691#M15636</link>
      <description>&lt;P&gt;I agree&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/76319"&gt;@DanielSanchez&lt;/a&gt;&amp;nbsp;. I need to be comfortable with all elements.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, I am new to CSS, but still, I am nearly there. I have studied alot.&lt;/P&gt;&lt;P&gt;I have applied the div class in html and the media query in my stylesheet, but my columns does the exact opposite of what I need.&amp;nbsp; I`ll study some more and get it eventually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks anyway.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 16:48:43 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Media-query-for-responsive-columns/m-p/323691#M15636</guid>
      <dc:creator>Ckleming</dc:creator>
      <dc:date>2020-03-04T16:48:43Z</dc:date>
    </item>
  </channel>
</rss>

