Hello,
I need to reduce space between two modules. Please check the attached screen.
Thank You
.box.banner p {
margin: 0!important;
}
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
.box.banner {
padding-bottom: 5px!important;
padding-top: 5px!important;
}