<?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: Change size of Gartner Peer Insights Widget on Website Pages in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761977#M33019</link>
    <description>&lt;P&gt;Can you share a page with the widget on? Much easier to help with CSS when you can see it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2023 11:24:13 GMT</pubDate>
    <dc:creator>piersg</dc:creator>
    <dc:date>2023-02-28T11:24:13Z</dc:date>
    <item>
      <title>Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761970#M33017</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking at add the Gartner Peer Insights widget onto our website but I want to adjust the size of the widget and I'm not sure how. I'm looking to change the width so it's more landscape than portrait.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;script type="text/javascript"&lt;BR /&gt;src=&lt;A href="https://www.gartner.com/reviews/public/Widget/js/widget.js" target="_blank"&gt;https://www.gartner.com/reviews/public/Widget/js/widget.js&lt;/A&gt;&amp;gt;&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;BR /&gt;&amp;lt;script type="text/javascript"&amp;gt;&lt;BR /&gt;GartnerPI_Widget({&lt;BR /&gt;size: "large",&lt;BR /&gt;theme: "dark",&lt;BR /&gt;sourcingLink: "",&lt;BR /&gt;widget_id: "NTUwNzg4OTMtMDkxYS00MGQ5LWE0YzYtYThmNjY3Y2Q0OTM2",&lt;BR /&gt;version: "2",&lt;BR /&gt;container:document.querySelector("#gartnerDiv")&lt;BR /&gt;})&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help with this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shelley&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 10:21:41 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761970#M33017</guid>
      <dc:creator>sboug</dc:creator>
      <dc:date>2023-02-28T10:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761977#M33019</link>
      <description>&lt;P&gt;Can you share a page with the widget on? Much easier to help with CSS when you can see it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 11:24:13 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761977#M33019</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2023-02-28T11:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761993#M33023</link>
      <description>&lt;P&gt;lt's halfway down on this page&amp;nbsp;&lt;A href="https://www.cloudficient.com/enterprise-vault-migration-prep-guide" target="_blank" rel="noopener"&gt;https://www.cloudficient.com/enterprise-vault-migration-prep-guide&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 12:05:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/761993#M33023</guid>
      <dc:creator>sboug</dc:creator>
      <dc:date>2023-02-28T12:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762079#M33026</link>
      <description>&lt;P&gt;If you do this&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;#gartnerDiv &amp;gt; div {
    width: 100%;
}
/* this one to move the "As of X 2023" date */
.gartner-pi-as-of-date {
    transform: rotate(-90deg) translate(131px,233px) !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You'll get this&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="piersg_1-1677594252979.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/86304i41D12A19350934F5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="piersg_1-1677594252979.png" alt="piersg_1-1677594252979.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 14:25:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762079#M33026</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2023-02-28T14:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762107#M33027</link>
      <description>&lt;P&gt;yes this is perfect, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;would i add this after the script i pasted above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 14:58:58 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762107#M33027</guid>
      <dc:creator>sboug</dc:creator>
      <dc:date>2023-02-28T14:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762138#M33030</link>
      <description>&lt;P&gt;Yes, you can do. Copy paste this after the closing script tag:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;style&amp;gt;
#gartnerDiv &amp;gt; div {
    width: 100%;
}
.gartner-pi-as-of-date {
    transform: rotate(-90deg) translate(131px,233px) !important;
}
@media (max-width: 767px) {
    .gartner-pi-as-of-date {
        display: none;
    }
}
&amp;lt;/style&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've added a media query to hide the as of date for mobile as it's too small to read and will go off the screen causing overflow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:18:03 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762138#M33030</guid>
      <dc:creator>piersg</dc:creator>
      <dc:date>2023-02-28T16:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change size of Gartner Peer Insights Widget on Website Pages</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762166#M33032</link>
      <description>&lt;P&gt;thank you so much - this is exactly what I was looking for - apprecaite the quick response&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 16:53:28 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Change-size-of-Gartner-Peer-Insights-Widget-on-Website-Pages/m-p/762166#M33032</guid>
      <dc:creator>sboug</dc:creator>
      <dc:date>2023-02-28T16:53:28Z</dc:date>
    </item>
  </channel>
</rss>

