How to reduce sidebar width?

Another question, sorry

Is it possible reduce easily the width of the side bar?

Thnks

Yes, you can change sidebar width.

Add this code to Theme Options - Other - Custom CSS

#secondary {
	float: left;
	margin-left: 3.06%;
	width: 27.28%;
}

You might want to increase the size for main content area to make both fields to fit

#primary {
	width: 69.64%;
}

You can adjust width for both fields if you like to do so.

Hi there,

I am also trying to reduce the sidebar width for this page of my website:

http://daytripper.rslifetime.co.uk/testimonials/

Is there any way to reduce it enough so that there isn’t such a large gap between the widgets and the body text?

Thanks :slight_smile: