Need to reduce SPACE under News Show Pro GK4 module

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
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
Wed Jan 25, 2012 7:47 am
Hi guys

Love the way the News Show Pro GK4 shows on the Pixellove template.
However I am not displaying as many panels as the demo one shows so where the page buttons/link are normally remains a large blank gap between the News Show Pro GK4 module and the next one.
Can someone point me to where in I can reduce this gap? ie which css file and what I should be looking for. Tried messing with it already, but havent had any success.

Regards
Dan

PS: Current demo site showing it here: http://zidanc.com/beautythrunature
User avatar
Junior Boarder

Konrad M
Wed Jan 25, 2012 9:57 am
Hi
Try add to override.css
Code: Select all
#gkHeader .nsp {
    padding-bottom: 0 !important;
}
.header > div {
    padding: 0 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Wed Jan 25, 2012 1:58 pm
I have the same problem, or something like that!

I need just 1 tab and Title of tab I don't whant to be publish. I whant just slideshow without title tab.

Please help me!

thanks in advance
User avatar
Senior Boarder

GK User
Thu Jan 26, 2012 7:28 am
Worked like a charm!
Thanks Konrad.
User avatar
Junior Boarder

GK User
Wed Feb 15, 2012 4:01 am
Hi Konrad

Just another question in regards to reducing spacing under modules. How do I apply this space reduction to other modules.
For example the spacing left under the modules in the left column. They have had the ' small' module class suffix applied to them, which has placed the content how I wish. However I need to reduce the gap spacing between the list of modules.

Regards
Dan

PS: Current demo site showing it here: http://zidanc.com/beautythrunature
User avatar
Junior Boarder

Konrad M
Thu Feb 16, 2012 11:27 am
Try add to override.css
Code: Select all
.box, .box_menu, .box_text {
    margin-top: 0 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Tue Mar 13, 2012 1:20 am
Thanks Konrad

managed to modify it with those specs. had to use negative values to close the gaps more.
also had to add space to the nsp module too as it clipped the top spacing off that too.

is there a list of these overrides with explanations on what they affect anywhere that we could get access to and check ourselves instead of constantly hassling you devs?

cheers again
dan
User avatar
Junior Boarder

Konrad M
Tue Mar 13, 2012 9:18 am
Unfortunetly no. But I advise install firebug it is mozilla firefox extension. Great webdev tool.
User avatar


cron