Need to reduce space between two modules

Advanced newspaper or magazine Joomla template to build news website with unique and detailed design.
GK User
Wed Jan 16, 2013 9:39 am
Hello,

I need to reduce space between two modules. Please check the attached screen.

Thank You
User avatar
Senior Boarder

GK User
Wed Jan 16, 2013 11:07 am
Hi,

Please attach the screenshot again, because currently there is no attached image.
User avatar
Administrator

GK User
Wed Jan 16, 2013 12:15 pm
Sorry for the mistake. Here's the attachment. Thank for your quick reply.
User avatar
Senior Boarder

GK User
Wed Jan 16, 2013 10:45 pm
Sorry but in the original template I don't see so big spaces like these on your screen - could you attach also an URL to your website? Because for me it seems that these images are placed in one module.
User avatar
Administrator

GK User
Thu Jan 17, 2013 5:17 am
This is the demo site which I setup

http://181.224.154.105/~lakpuvat/

No. I used different custom module for the advertisement. Please check again.

Thank you for your help.
User avatar
Senior Boarder

GK User
Thu Jan 17, 2013 10:35 am
Ok, I see a reason of your problems.

Please add in the css/template.css file the following code:
Code: Select all
.box.banner p {
margin: 0!important;
}


and then please add suffix banner to all modules with banners ;)
User avatar
Administrator

GK User
Thu Jan 17, 2013 11:45 am
dziudek wrote:Ok, I see a reason of your problems.

Please add in the css/template.css file the following code:
Code: Select all
.box.banner p {
margin: 0!important;
}


and then please add suffix banner to all modules with banners ;)



I have added that code on to template.css. How can I add module suffix ? [" banner" or "banner"] I tested both but It's not work. Please help me.

Thank You
User avatar
Senior Boarder

GK User
Thu Jan 17, 2013 1:26 pm
It is working fine for me on your website. Did you refreshed your browser cache? If you want to decrease the spaces more then please add also:

Code: Select all
.box.banner {
padding-bottom: 5px!important;
padding-top: 5px!important;
}
User avatar
Administrator

GK User
Thu Jan 17, 2013 5:36 pm
Great !!! It' work. Thank you for your help. :)
User avatar
Senior Boarder


cron