Site URL: https://www.decadentdog.com/services
Hi,
I seem to have hit a wall and am looking for help. I have some quotes on a site and I'd like to get the initial quote to hang. On the services page that I've linked, the bottom quote is in H4 style.
I've tried adding in custom CSS that I've found online and tweaked to no avail.
#block-ID h4 { margin-left: .01em; } #block-ID { h4:before { content: '“'; position: absolute; //font-family: "Platform-Bold"; font-size: 2.3em; margin-left: -.6em; font-style: italic; margin-top: 10px; @media only screen and (max-width: 640px) { margin-left: -.5em; margin-top: 5px; } } h4:after { content: '”'; position: absolute; //font-family: "Platform-Bold"; font-size: 2em; //margin-left: -.1em; font-style: italic; margin-top: 10px; } }
And also this one
h4 { hanging-punctuation: first; }