Increase sidebar width
- The topic ‘Increase sidebar width’ is closed to new replies.
Need help? Check out our Support site, then
Hi, is there a way to slightly increase the width of the sidebar so the Twitter widget shows the text a bit better?
Many thank :)
The blog I need help with is: (visible only to logged in users)
Hi – you can make it a little wider with the following custom css:
.themes-sidebar1-active .sidebar {
width: 22%;
}
If you want to make it even wider we would need to make the content narrower. I can give you CSS for this if you wish.
Ben
Thank you :)