문제

Can you please take a look my webpage(contact page) and let me know why still I am having this issue whit clearfix class? I even used the clear both on all elements but still this is happening! and tghe #bizleft and #bizright are not aligned!

http://ghazalphoto.com/contact/

Thanks

도움이 되었습니까?

해결책

Usually you want to post some code instead of making people dig.. however. jsFiddle

Remove the clear: both on the #bizleft & #bizright

#bizleft{
    float:left;  
    width:49%; 
}
#bizright{
    width:49%;  
    float:right;
}

다른 팁

You can add below code to your #bizright class

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