Argghhh, this is a nightmare!
Here is what I have now:
.narrowcolumn {
float: right;
padding: 0 0 20px 45px;
margin: 0px 0 0;
width: 450px;
}
AND:
#sidebar
{
padding: 20px 0 10px 0;
margin-left: 40px;
width: 190px;
}
However, as you can see on https://miracledays.com the main bulk of the text is skewered to the right and hangs off the template.
How can I move the text slightly to the left to bring it closer to the sidebar?
I’ve been fiddling with the css for ages and I can’t get it.
Cheers