How do I reduce spacing Digital Media UI / UX Design by trishfernan …: '30%', // optionally resize item-height visible: { min: 2, max: 6 } } }); // Fuild layout, centering the items $('#foo5').carouFredSel({ width: '100%', scroll: 2… Re: How do I reduce spacing Digital Media UI / UX Design by stbuchok My guess would be line 86 of your CSS. It would be easier to tell you if you had an example online. Re: How do I reduce spacing Digital Media UI / UX Design by JorgeM I took a look at your code. It appears that you have a table that holds the "prev" icon in the first column, your content in the second, and the "fwd" icon in the third. The width of the second column is what is creating this extra space. You currently have these cells to a width of 815px; For example, set #tb2 to a width …