Hi,
Could you please provide CSS for the Stockholm template to reduce the spacing around (or within, as noted) the following, primarily for vertical spacing:
- J51_Slideshow Module
- Search module
- Base modules
- Articles
- Buttons (within the button, around the text)
- Drop-down menu items (vertical and horizontal spacing)
- Vertical menu items in sidecol-a
I've tried all of the following (picked up from other forum advice) without success:
.module_margin, module_padding {
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
!important;
}
#hornav ul ul li a {
padding: 4px 12px;
}
#container_top1_modules, #container_top2_modules,
#container_top3_modules, #container_main,
#container_bottom1_modules, #container_bottom2_modules,
#container_bottom3_modules, #container_base,
#container_copyright {
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding: 0
!important;
}
.button_margin, button_padding { margin: 0 0 0 0; padding: 0 0 0 0;
!important;
}
Thanks for your help
Graeme