cancel
Showing results for 
Search instead for 
Did you mean: 

Hide summary in configurator

former_member813413
Discoverer
449

Hello:

Inside the configurator we need to expand the attributes section to the full width of the screen.

Previously we were able to hide the right column (summary section) but we did not find the section to assign the full width of the screen to the attributes

Thanks a lot

Accepted Solutions (1)

Accepted Solutions (1)

Stevica
Product and Topic Expert
Product and Topic Expert

Hi

You can create a responsive template of type Configurator / Tab and put this code at the end of the default code, take a look an image in the attachment :

<style>

.responder-section-container,

#CADButton {

display: none;

}

#attributesContainer {

width: 95vw;

}

</style>

This is one of my examples hide-responder.jpg. Assign this template on the product tab instead of default.

Regards

Stevica

former_member813413
Discoverer
0 Kudos

Stevica, I really appreciate your solution

Regards!!

Answers (0)