I'm trying to tighten up spacing between modules on the homepage, and thought I understood how to do this, but I need help. I used dev tools in Opera to inspect the element, and thought this is what I needed to do:
.t4-section-inner .container {
padding-top: 50px;
padding-bottom: 50px;
}
.t4-section-1 .container, .t4-section-2 .container, .t4-section-3 .container, .t4-section-4 .container, .t4-section-5 .container, .t4-section-6 .container, .t4-section-7 .container, .t4-section-8 .container, .t4-section-9 .container, .t4-section-10 .container {
padding-top: 50px;
padding-bottom: 50px;
}
When I checked after adding this to custom.css it didn't seem to have any effect at all. Can you please tell me where I went wrong? I'm attaching a screenshot of what I saw when I looked through the inspector.
Thanks,
Pat