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

shubhamdubey
Mega Sage

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Gintarelissss98 

 

could you please share some screen shot.

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Hi, I have a requirement to add a description that would take up 100% of the width, similar to how it is done in catalog items for order guides. Here is an example of an order guide that shows the width controlled by the class in the widget at 75%.

Gintarelissss98_0-1706636615355.png

 

Gintarelissss98
Tera Contributor

I found a solution. To achieve 100% width, the class ".col-lg-9" needs to be changed as follows:

.col-lg-9 {
width: 100% !important;
}
This change can be added in the "sc_cat_item_guide" the source code of the description.