Upsell product width

I can not find where to increase the width for the upsell product and they are crammed into a small area. I tried increasing the width but it does not seem to have worked

Hi @wicara,

Thank you for writing in, please add this to Theme Options > CSS

.single-product .col-lg-8.col-sm-12 + .row {
	width: 100%;
}

Hope it helps,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.