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.

6 REPLIES 6

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>