By Mike Vanbelleghem on Monday, 21 November 2016
Posted in General Issues
Replies 6
Likes 0
Views 277
Votes 0
When I use "latest blog modules" i notice we have extra empty space added.
It seems to be padding-top , same amount of space as the picture.
you can understand this doesn't look very nice.
how can we remove this ?
Hello Mike,

Can you please provide us with the link to the post please?
·
Tuesday, 22 November 2016 02:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi, I have added the module to a section of the site as a test for you to see
http://www.deloft-oostende.be/index.php/aanbod/kundalini-yoga.html

thanks,

Mike.
·
Tuesday, 22 November 2016 18:13
·
0 Likes
·
0 Votes
·
0 Comments
·
I also have this "powered by easyblog for joomla" at the bottom, how can I get rid of it ?
·
Tuesday, 22 November 2016 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hm, those padding are added to ensure that the image doesn't break out of proportion but it seems like a lot of styling has been removed and you want to add the codes below into your custom css to reset it,

[gist]
body .eb-image-figure {
padding-top: 0 !important;
}
[/gist]


The powered by is included in the community version and we no longer sell the community version and the copyright link has been removed altogether since we don't sell community versions any longer.

You can remove it by editing the file /administrator/components/com_easyblog/constants.php file
·
Wednesday, 23 November 2016 01:19
·
0 Likes
·
0 Votes
·
0 Comments
·
ok thanks, i'll have a look later tonight.

Mike.
·
Wednesday, 23 November 2016 01:24
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, keep us updated then.
·
Wednesday, 23 November 2016 09:59
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post