The order guide description isn't displaying in full size
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-26-2024 01:27 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-17-2024 12:05 PM
Hi, I'm also having this issue and I can't figure out where you're saying to add the change
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2025 06:51 PM
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>