Space before articles content

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
Wed Jan 15, 2014 4:19 pm
Reply with quote
Report this post
Hi there,

Is some space between pictures and content in each article on my website www.jumpost.org. Do you have some clues ho could remove it?

Thank you!
User avatar
Expert Boarder

GK User
Wed Jan 15, 2014 4:54 pm
Reply with quote
Report this post
Please post exact url where this problem can be seen and attach screenshot with marked space you would like to remove.
User avatar
Moderator

GK User
Wed Jan 15, 2014 4:54 pm
Reply with quote
Report this post
Hi again,
very nice website, also great logo ;) -- great job.
I think you talk about K2 items, I'm right ?

This is because you have
Code: Select all
<div style="clear:left"></div>

after social icons in first line after image,
check your file:
gk_news\html\com_k2\templates\default\item.php
or it was added by social plugin ?

p.s.
On some pages you have more social icons than content , funny.
User avatar
Platinum Boarder

GK User
Thu Jan 16, 2014 1:06 pm
Reply with quote
Report this post
We are using K2 for content. You are right, the problem is with JFBConnect Content plugin - like, I already disable it and the now problem is solved. Also, I want to disable the social icons below the content, because I want to use something more minimalist, but I am not sure which extension is putting those icons there.

Thank you!
User avatar
Expert Boarder

GK User
Thu Jan 16, 2014 6:54 pm
Reply with quote
Report this post
Social icons under article (K2 item) could be from:
1) Template settings (check Social API tab)
or
2) From K2 settings
User avatar
Platinum Boarder

GK User
Sun Jan 19, 2014 1:17 am
Reply with quote
Report this post
Hi Pawel,

I already change the extension for social sharing and is the space there again. Also, I look at gk_news\html\com_k2\templates\default\item.php and I couldn't find the line <div style="clear:left"></div> there. Do you have an idea how can remove this space between social icons and the article content?

Thank you!
User avatar
Expert Boarder

GK User
Mon Jan 20, 2014 12:44 pm
Reply with quote
Report this post
Hi there,

I already solve the problem with:

Code: Select all
.itemAsideInfo + .itemBody {
margin-left: 160px;
overflow: hidden;
}


Thank you!
User avatar
Expert Boarder


cron