- Posts: 5
COMMUNITY FORUM
FIX:Large Whitespace between content & read more
- Craig
-
Topic Author
- Offline
- New Member
Less
More
12 years 4 months ago - 12 years 4 months ago #108306
by Craig
FIX:Large Whitespace between content & read more was created by Craig
Hi,
I have a large gap after the Intro Text and the read more link.. Basically the read more link is so far down from the content it doesnt look part of the article. I have searched and cannot find the easy solution.
I have gone through the css and removed the bottom padding, yet the issue still persists?
Is there a php file which needs editing to reduce the gap?
Appreciate any help.
See webpage:
I have a large gap after the Intro Text and the read more link.. Basically the read more link is so far down from the content it doesnt look part of the article. I have searched and cannot find the easy solution.
I have gone through the css and removed the bottom padding, yet the issue still persists?
Is there a php file which needs editing to reduce the gap?
Appreciate any help.
See webpage:
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 4 months ago #108307
by william white
Replied by william white on topic Re: Large Whitespace between content and read more
Your link did not come thru
Please Log in or Create an account to join the conversation.
- Craig
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
12 years 4 months ago #108308
by Craig
Replied by Craig on topic Re: Large Whitespace between content and read more
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
Less
More
- Posts: 3722
12 years 4 months ago - 12 years 4 months ago #108309
by william white
Replied by william white on topic Re: Large Whitespace between content and read more
k2.css line 424 change 8 to 0
or line 440 remove 16 may be better
or line 440 remove 16 may be better
Please Log in or Create an account to join the conversation.
- Craig
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
12 years 4 months ago #108310
by Craig
Replied by Craig on topic Re: Large Whitespace between content and read more
Fixed, thank you for the fast support.
Before: div.catItemBody {padding:8px 0;margin:0;}
After: div.catItemBody {padding:0px 0;margin:0;}
Before: div.catItemBody {padding:8px 0;margin:0;}
After: div.catItemBody {padding:0px 0;margin:0;}
Please Log in or Create an account to join the conversation.