CSS border in Post, not working
Greetings,
I have put this css in my theme style sheet
.guidebox {
border-style: solid;
border-color: black;
border-width: 1px;
}
But there are no changes in the post (http://coffeehunter.tw/aeropress/)
There is a column I have created in the right hand of the post, with the classname guidebox, but changes are not getting applied.
Can you see why changes are not getting applied? I have done similar css in a page and it works.
Comments
which box is it exactly? Also please remove comments tags for this css so we can have a look on it.
Thanks!