views:

197

answers:

3

Hi,

Check out my site http://hiox.org . How to get rid of horizontal scroll bar?

+1  A: 

Well, i did not see the horizontal scroll bar on that site. This is most likely because of resolution. Use this css style however.

scroll-x:hidden;
Sarfraz
Hi,I have tried overflow-x:hidden.But If i add this I can't able to view google ads in my site in Internet Explorer.
Rekha
@rekhasathvika: Make sure that you have given appropriate width to your boxes/columns. Check/adjust the `width` for them.
Sarfraz
A: 

Buy a wider monitor (I see no horizontal scroll bars)?

Actually Sarfraz's suggestion is good, but something secondary to bear in mind is the wide range of users on your site (some using 1024x768, and still others using 1920x1200) and how to give equal usability to as many as possible.

Ryan P.
A: 

Is it possible you could reduce the width of a few columns? "Title" and "By" look like they could be a bit smaller... then it won't force the table to be wider than neccessary, thus removing your horizontal scroll bars.

Josh OD Brown
Hi,I will try this.Thanks.
Rekha