Change size of Gartner Peer Insights Widget on Website Pages
SOLVE
Hi,
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.
Change size of Gartner Peer Insights Widget on Website Pages
SOLVE
If you do this
#gartnerDiv > 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;
}