문제

My problem is hard to explain (especially when knowledge of English is at the primary level)

My test site: ---- On page is over than html code, you can see scroll to right. (On small resolution) Picture of this: http://i.imgur.com/arCoPt7.png

How to fix that problem ?

If, something is not clear, and somebody don't understand my problem please ask.

(I am not giving CSS becouse is too much of code, so everything is in source code of website)

Sorry for my bad English...

도움이 되었습니까?

해결책

your problem is the class statystyki inside the class menu. in your p element you have width:100% and float left and the other elements right. So you exceed the total width of 100%.

Try to make a width that dont exceed the 100% and also is best if you clear the floats.

다른 팁

Remove the extra margins and check all the divs width. or simply add this style to your body.

body {

    width: 100%;
    overflow: hidden;

}

http://haleem.itspiders.net/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top