Can I set width of column?
Hey guys, I want to set column width to just size of image. I want product name next to the product image.
4 Replies
You can do it with ->extraAttributes()
It changes only inside wrapper. So I will probably change the width in CSS directly.
sorry, my bad
->extraHeaderAttributes()
but, yea, CSS is totally fine too.I just used CSS, but I will try extraHeader too. Thank you.