Home › Forums › Support › Container width in percentage › Reply To: Container width in percentage
April 14, 2016 at 10:54 am
#186814
Lead Developer
Lead Developer
You have a couple things making it so there’s a horizontal scrollbar.
1. One of your tags is so big it’s leaving the container, try adding this CSS:
.tagcloud {
word-wrap: break-word;
}
2. Your Facebook and Google Plus like boxes are far too wide for the widget area – try reducing their width using the options they provide when you get the code for them.