By T.W. van Urk on Saturday, 05 August 2017
Posted in Technical Issues
Replies 5
Likes 0
Views 631
Votes 0
Hi there,

I just wrote a new blogpost. And again, I am struggling with 'empty lines' ín my published post. See the bitmaps of my composing of text and the published text.
How can I remove the empty lines?

I have originally written the text in notepad, and from notepad the text copied to new text blocks in the EB composer.

Kind regards, T.W. van Urk
Hi there,

It seems that i cant access your backend currently as you can see here http://take.ms/nDuia.

Please advice.
·
Saturday, 05 August 2017 07:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry, I now have updated my site details!
Kind regards, TW van Urk
·
Saturday, 05 August 2017 16:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey,

I am really sorry for the delay of this reply as it is a weekend for us here. The problem is actually because your template is enforcing a large margin for heading items, http://take.ms/ZAoNy

Perhaps one of the best way to reset this is to add the block of css codes into your template's css file,

[gist]
body #eb h1,
body #eb h2,
body #eb h3,
body #eb h4,
body #eb h5,
body #eb h6 {
margin: 0.75rem 0 0 0;
}
[/gist]

You could add these codes in /templates/rt_xenon/html/com_easyblog/styles/custom.css
·
Sunday, 06 August 2017 18:16
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post