I want to remove this extra column as shown in image below product page S.s.
Hi @TheRealMan1
Use this css
.product-template-grouped .grouped-product .grouped-actions {
width: 100% !important;
}
Thank you so much for your help it worked.
But for mobile device i want to remove this silder as shown in below S.S.
@TheRealMan1
Use this css
@media (max-width: 500px)
.product-template-grouped .grouped-content .scroll-content {
min-width: unset !important;
}
}
It helped me but now sizes of the images, title, buttons are small. I don’t want to change size of images.
PFA below
Also can any one help me getting color swatch instead of dropdown button in variants option.


