i reverted back the style in style.css
#friend .third {width:48%;float:left;margin-right:2%;margin-bottom:10px;clear:both}
#friend .four {width:48%;float:right;margin-left:2%;}
and placed this in the responsive.css
@media screen and (max-width: 515px){
#friend .third {width:100%;float:left;margin-right:2%;margin-bottom:10px;}
#friend .four {width:100%;float:right;margin-left:2%;}
}
everything looking good now mater the screen resolution
ps:i was a dummy, dont know why i didnt do the @media command to begin with :-/ lol
Cheers
Chris