By Mike Bires on Monday, 06 November 2017
Posted in Technical Issues
Replies 3
Likes 0
Views 560
Votes 0
Please look at this article, https://teamfitforduty.com/blog/2017-11-05-16-20-48 , you'll see there is too much spacing between the titles of various sections in the article. However, when I look at the article in the editor, it looks fine. How do I fix this?
Hey Mike,

What you see on the front end is a computed output from your Joomla template and this is why it looks different because we can't allow the template to mess up with the layout of the editor since different templates uses different margins / paddings etc. There is no way to unify them all unless all the template clubs gets their act right by defining a standard framework.

To fix this, you could apply the css codes into your template's css file,

[gist]
#eb .eb-entry-article .ebd-block h1,
#eb .eb-entry-article .ebd-block h3,
#eb .eb-entry-article .ebd-block h2 {
margin-bottom: 0;
}
[/gist]
·
Monday, 06 November 2017 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks, Mark!
·
Tuesday, 07 November 2017 00:40
·
0 Likes
·
0 Votes
·
0 Comments
·
No problem Mike
·
Tuesday, 07 November 2017 01:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post