Hi, I am new here and I hope I ask this question in a right place.

So here is my problem.

I recently installed drupal and I am using standard "Bartik" theme. I want to create an event, where I indicate begin and end dates, as well as provide location information. Country and region are taxonomy terms.

In the end, the field labels for these taxonomy terms looks weird. Here is how they look.

--------------------------------------------------------------
Start Date: 2016-10-05
End Date: 2016-10-13

Country:
Germany

Region:
Europe

Additional Information: No additional Information
--------------------------------------------------------------

When change the view for taxonomy terms and set "inline" they look like this:

--------------------------------------------------------------
Start Date: 2016-10-05
End Date: 2016-10-13

Country: Germany
  Region: Europe

Additional Information: No additional Information
--------------------------------------------------------------
e.g. the "region" field is shifted towards left. (much more in real life than here).

Besides, as you see the labels for taxonomy terms are not bold and look much smaller than other labels.

Any idea regarding making all field uniform will be highly appreciated.

Thanks in advance!

Comments

Stefan Lehmann’s picture

Normally you start creating a subtheme and then you implement the necessary changes in CSS overwriting the default values coming from the parent theme.

Why the Bartik people decided, that the default styles look like that .. only god (and probably the git log) knows. :)

I like cookies!