Remove spacing between H3 and P
-
I have the “A lunch café…” as h3 tag and the next line 501(c).. as p tag.
I want the P tag with the 501(c) to be closer to the H3 tag – want to remove the white space.In the widget – I Set the Class to Tagh3 and in the CSS Style put:
.TagH3 h3{
padding: 0px;
margin: 0px;
}
.TagH3 p{
padding: 0px;
margin: 0px;
}But this doesn’t appear to work.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Remove spacing between H3 and P’ is closed to new replies.