By Gain Reaction on Thursday, 06 August 2015
Posted in Technical Issues
Replies 8
Likes 0
Views 497
Votes 0
Hi People,

I have a problem with the easyblog module Random Blog. I have set the module to the homepage of my website and made it a double. This means that it shows 2 random posts (see the attached file/screenshot).

However, it creates unnecessary space at the bottom of the module which i don't like. See the attachement. I selected the entire webpage so you can see what i mean.

Now my question is.. How do i get rid of it?
I think i solved it more or less by editting some of the template module positions and understanding their behaviour.... Still.. many thanks guys!!!
·
Thursday, 06 August 2015 21:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gain,

It seems like there is some css issue that causing this. Can you provide us with your joomla backend and FTP access so we can check on this issue directly?
·
Thursday, 06 August 2015 17:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Dear Ezrul,

I can but how do i safely provide you with this information? Mark Lee also has this information because of another question i had yesterday.
Don't know where the css of this module is located and how to edit
·
Thursday, 06 August 2015 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Gain,

I've checked your site and seems like it is came from your template. To remove it, you can try this CSS:


.users_top .moduletable, .users_bottom .moduletable {
margin-bottom: 0 !important;
}


Please give it a try.
·
Thursday, 06 August 2015 19:12
·
0 Likes
·
0 Votes
·
0 Comments
·
NIK FARIS wrote:

Hello Gain,

I've checked your site and seems like it is came from your template. To remove it, you can try this CSS:


.users_top .moduletable, .users_bottom .moduletable {
margin-bottom: 0 !important;
}


Please give it a try.


Thanks! Do i put it in the main css for the template or just add it to a special one? See my attachment (ive put it in the first post cause this one doesnt take it).. Ive found the template CSS folder and files.. there's many but my guess would be the "template.css" am i right?

See my screenshot (top post).. I opened that template.css at the modules lines
·
Thursday, 06 August 2015 19:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Gain,

Actually any css file inside the your template css folder will do but you can try to put it inside your template.css and see how it goes.
·
Thursday, 06 August 2015 19:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Ezrul Fazwan wrote:

Hi Gain,

Actually any css file inside the your template css folder will do but you can try to put it inside your template.css and see how it goes.


I have put it in the Main.css because I found the exact same line was allready excisting there only it was set to 20px.. I changed it to 0px but unfortunatly it didn't work.. However it did get a tiny bit small... after easyblog component/modules update to 0.18 it's back to 20px again so it looks like.. aint it something in the module?
·
Thursday, 06 August 2015 20:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for updating Glad that your issues are resolved now.
·
Friday, 07 August 2015 02:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post