Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

The order guide description isn't displaying in full size

Gintarelissss98
Tera Contributor

The order guide description isn't displaying in full size like the catalog item. How can we make it full size? Is creating a new widget the only option? Thank you.

7 REPLIES 7

Hi, I'm also having this issue and I can't figure out where you're saying to add the change

Go to Order Guide record > Description field > Open the source code and update the value Something like this.

<style>
  .col-lg-9 {
    width: 100% !important;
  }
</style>
<div class="col-lg-9">
<p><span style="font-size: 12pt;">Hello Word!</span></p>
</div>

 

This worked. Thanks a lot @Bird1 ..