If i want to remove the space between rows of those two element\'s how would i do that. Example:
Example 1 http://pokit.org/get/img/6be8921b47ff746c1bf297cf87ab0950.jpg<
You can use margins :
DEMO
HTML :
Sie besuchten Düsseldorf als: - bitte wählen - Geschäftsreisende Privatperson
CSS :
.tekst { font-family:'Bree Serif', serif; color: #2980b9; display:block; margin-bottom:10px; /* adapt the margin value to the desire space between span and select box */ }