After transitioning from the design phase to development, I encountered a strange CSS issue on one small section of my client's website. Specifically, in the "Official NGK Canada Part Finder" section, the text is breaking onto new lines unexpectedly.
I've split up my static code into Codeigniter views and hosted it on a server. The problem is only present on this particular part of the site.
You can view both versions of the site here: (working correctly) (misaligned)
As far as functionality goes, everything seems to be working fine. Can anyone help me identify and resolve this bug?
I've already cleared the cache to rule out any old code causing the issue.