# CSS to reduce the size of the box and by fitting without the scroll

**URL:** https://community.surveysparrow.com/t/css-to-reduce-the-size-of-the-box-and-by-fitting-without-the-scroll/3280
**Category:** CSS Knowledge Bonanza! 🕺
**Created:** [April 19, 2023, 9:08am UTC](https://community.surveysparrow.com/t/css-to-reduce-the-size-of-the-box-and-by-fitting-without-the-scroll/3280 "2023-04-19T09:08:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Venkata\_Abhijith](https://avatars.discourse-cdn.com/v4/letter/v/cab0a1/32.png) [@Venkata\_Abhijith](https://community.surveysparrow.com/u/Venkata_Abhijith)
#### Post date: [April 19, 2023, 9:08am UTC](https://community.surveysparrow.com/t/css-to-reduce-the-size-of-the-box-and-by-fitting-without-the-scroll/3280/1 "2023-04-19T09:08:39Z")

</div>

CSS to reduce the size of the box and by fitting without the scroll:

.ss\_matrix--header .ss\_matrix\_column, .ss\_matrix\_contents .ss\_matrix\_column {  
width: 32px !important;  
}

For star question, can you try increasing 32px. (In this case there will be a scrollbar for some)

 ![Screenshot 2023-04-19 at 2.37.05 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/c40035c6f61cf9c1108b826f35b8aeef879d599d.png)

 ![Screenshot 2023-04-19 at 2.36.58 PM](https://europe1.discourse-cdn.com/flex013/uploads/surveysparrow1/original/1X/c3e50e04cf7b8dd309d652220371ce06c1a6c66f.png)
