Tags displaying with an extra space and a line?

  • topgun21
  • Topic Author
  • Offline
  • New Member
  • New Member
More
11 years 5 months ago #1085 by topgun21
My tags at the bottom of my pages are displaying with a weird vertical line and an extra space between the comma shown between tag words. (See png attached). I'm running Joomla 1.5.24 and CP 2.0

I'm seeing this in all browsers.
Attachments:

Please Log in or Create an account to join the conversation.

More
11 years 5 months ago #1086 by andrea_4g
Edit file components/com_customproperties/css/customproperties.css.
Comment the following lines:
Code:
div.cp_tags span.cp_tag+span.cp_tag{ border-left : 1px solid silver; }
that will hide the vertical bar.

The distance between a tag and the next is controlled by this statement:
Code:
div.cp_tags .cp_tag a{ padding : 2px; }
change it as required
The following user(s) said Thank You: topgun21

Please Log in or Create an account to join the conversation.

Time to create page: 0.150 seconds