Yes it worked ok – this thread can be closed.
Thanks for your help!
Hi,
An image of what I am trying to do can be seen here – http://i67.tinypic.com/1tt3f9.jpg
It’s adding padding to the H3 at the bottom.
I can get this to work if i change the below code in DEV TOOLS, it’s in the shortcodes.css and i add in padding-bottom:30px;..
So i added this to the Quick CSS and it seems to have worked ok :)
body .av-special-heading .av-special-heading-tag{
padding-bottom:30px;
}
Fantastic!!! That makes perfect sense and works!
Thanks for the help!