Hi dweb,
We’ll need to see the page where that screenshot is from to provide any css.
Regards,
Devin
Where on the site is that form specifically?
Hi,
Add this on your custom.css
#top input[type="text"] {
float: left;
clear: left;
}
Regards,
Ismael
Worked but my blog comment is broken now !
http://www.hostingpics.net/viewer.php?id=277838comment.png
thank you
Please activate the calculator again. We must add some classes to the code above to make it more specific but atm I can’t check the calculator source code because it’s deactivated: http://gfenvironnement.com/simulation-de-credit/
Hey!
Try
#top .advanced_mortgage_calculator_content input[type="text"] {
float: left;
clear: left;
}
Best regards,
Peter
Hi,
So it looks like everything is working now? http://www.clipular.com/c?5608625993154560=Rq0GgC7PC41ae9aPmBku6sOfvMs&f=.png
Great!
Nick
Hello,
Please take a look here :
http://www(dot)gt-motors(dot)fr/simulation-de-credit/
Not working !
Thank you
Hey!
Try:
#top .advanced_mortgage_calculator_content input[type="text"] {
display: inline !important;
}
Best regards,
Peter