Question

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

Was it helpful?

Solution

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;
}

OTHER TIPS

You can add below code to your #bizright class

position: absolute;
right: 10px;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top