empty space on top of module

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
Sat Sep 15, 2012 10:52 pm
Reply with quote
Report this post
Hi, can you pls take a look at the attachment - Id like to know how to eliminate the indicated empty space on top of a module in the mainbody section. Thanks!
User avatar
Senior Boarder

GK User
Sun Sep 16, 2012 12:05 am
Reply with quote
Report this post
Hi

It depends of the module and suffix applied presently, so we really need to see it live.
If you want privacy, send me email to paulo[at]gavick[dot]com or PM.

But before try adding using "[space]clear" module suffix.

Cheers
User avatar
Platinum Boarder

GK User
Mon Sep 17, 2012 10:00 pm
Reply with quote
Report this post
I looked in my modules, couldnt find the suffix you mentioned.
Can you pls send me a link on how to use suffixes?
Meanwhile, Im sending you the login info to your email.
Thanks!
User avatar
Senior Boarder

GK User
Mon Sep 17, 2012 10:23 pm
Reply with quote
Report this post
Hi

I didn't receive your email, but i found your website.
The issue is not on module but on your article, with the div's that you included there.

On your article please use this instead:

Code: Select all
<p style="margin-top: 0"><img width="469" height="566" src="/images/homeless.png" alt="homeless"></p>
<p style="color#4a436b;font-family:'trebuchet ms', geneva; font-size: 12pt;">One-page Brochure for St John's House for</br> the Homeless (Brooklyn, NY) 2012</p>
<span class="myfont">word or sentence</span>


Result:
screen.jpg


Cheers
User avatar
Platinum Boarder

GK User
Thu Sep 27, 2012 5:38 am
Reply with quote
Report this post
Thanks! Next question is, how can I change the padding on top and to the sides of a K2 Item (example attached). the category doesn't seem to have margin controls.
User avatar
Senior Boarder

Konrad M
Fri Oct 05, 2012 7:53 am
Reply with quote
Report this post
Can you give us url to your site ?
User avatar

GK User
Sun Oct 07, 2012 1:28 am
Reply with quote
Report this post
Sapegin wrote:Thanks! Next question is, how can I change the padding on top and to the sides of a K2 Item (example attached). the category doesn't seem to have margin controls.


It seams that you didn't add any content on header.
If i recall well, i think you can disable title on "Item view options in category listings" from K2 category settings.

or if you want to do it on hard way, enable the use of css override on template parameters and then add this code on ../css/override.css

Code: Select all
#k2Container .itemView.groupLeading header {display: none}
User avatar
Platinum Boarder


cron