Note: When you use a custom image as icon you might need to resize it for different viewports. To achieve that you have to usemedia queries. /* Thumblr */ .icon-tumblr:before { content: "\f214"; /* we can use a genericon for tumblr */ } /* Delicious */ .icon-delicious:before...
I have a question regarding the arrangement of more than one text field. In standard the text fields are among themselves but I want them side by side. For example: The input fields for license plates should be side by side: GT WT 2356 (every block in his own textfield). Could...