Ugly Spacing when article has tags in blog view

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Aug 12, 2014 7:34 am
Reply with quote
Report this post
The blog layout has extra white space below and article if the article has Joomla 3.x tags. The affect can be seen here. http://www.graywatch.org. The 1st and 3rd articles.
User avatar
Fresh Boarder

teitbite
Tue Aug 12, 2014 10:30 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
div.tags { width: 100%; }
User avatar
Moderator

GK User
Tue Aug 12, 2014 10:34 pm
Reply with quote
Report this post
Thanks much . That worked fine.
User avatar
Fresh Boarder

teitbite
Wed Aug 13, 2014 12:02 pm
Reply with quote
Report this post
Hi

Please also add this to make it look even better:

Code: Select all
div.tags {
    margin: 0 0 15px;
    width: 100%;
}

div.tags > span.tags-label {
    margin-bottom: 0;
}
User avatar
Moderator

teitbite
Fri Aug 15, 2014 3:27 pm
Reply with quote
Report this post
Hi

I got a PM from You, but there were no content in it except of last post quotation. Is there anything else You would like me to take a look at ?
User avatar
Moderator


cron