Reply To: Container width in percentage

Home Forums Support Container width in percentage Reply To: Container width in percentage

Home Forums Support Container width in percentage Reply To: Container width in percentage

#186814
Tom
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.