Hello guys
I have another problem , my custom.css doesn't work on firefox
http://markandhans.com/product-category/men
please compare this in chrome with firefox
sidebar's width in firefox is different like chrome
any idea?
Hello guys
I have another problem , my custom.css doesn't work on firefox
http://markandhans.com/product-category/men
please compare this in chrome with firefox
sidebar's width in firefox is different like chrome
any idea?
Hi GravitatioN.
This is the incorrect bracket which causes Firefox to ignore the css after it:
#billing_email_field [
float: left;
}
It should be:
#billing_email_field {
float: left;
}
Regards,
Devin
You are the life safer Devin
thanks
This topic has been closed to new replies.