News-highlighter top_up module position space

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Feb 04, 2010 12:12 pm
I need to remove space between header,movie player, gktabs and gk-newshighlighter.

Probably it's a margin or padding control in template.css or layout.css but I cant find it.

Thankyou

http://www.miticaindia.it/index.php

Template is The World News
User avatar
Fresh Boarder

teitbite
Thu Feb 04, 2010 1:16 pm
Hi

Like I've told You before it's the paragraf ( <p></p> ) putten for tab TATOO-HENNA.

Please take a look at the screenshot
User avatar
Moderator

GK User
Thu Feb 04, 2010 1:27 pm
Sorry you dont understand me.

See the screenshot


Every three modules are in top_up position. I don't need to remove the paragraph in the table. I need to remove the module default padding space.
User avatar
Fresh Boarder

teitbite
Thu Feb 04, 2010 1:40 pm
Hi

Och. Sorry.

TOP

Add

Code: Select all
margin:0px;


to

Code: Select all
div#gk_mainbody {
margin:0;
position:relative;
}


in layout.css


MIDDLE & BOTTOM

Add

Code: Select all
div#content_top div.moduletable{
margin:0px;
}


to layout.css


The last will also remove the margin bethen highlighter and the text, so You may add some margin for .module_wrap to recompensate it.




It may affect the content of other pages!!!
User avatar
Moderator

GK User
Thu Feb 04, 2010 2:03 pm
Great! Thank you for tips
User avatar
Fresh Boarder


cron