Your google stuff is not CSS style stuff
We carry over the
vb header footer and style class calls. We do not use vbulletin templates or html which might be some confusion your having here.
There is only one conflict in the css that I see which is an easy fix and the html source of the page shows it. You have a custom style class name in your css stylesheet thats not in a normal
vb stylesheet. its called search-wrapper.
Now for us to rewrite the relative
vb urls since they dont append there forum url on any links we have a rewrite code that searchs the
vb header for search and replaced it say with your full forum url so here is your issue
Code:
Content visible to verified customers only.
If you edit your custom style and rename that custom class to say srch-wrapper and edit your header and rename the class call also to srch-wrapper then everything will be alright with the search bar in classifieds also.