Hi,
I've added color to my sidebar and I'm trying to add some padding inside the sidebar so the text isn't pressed up against the edge, and I need to separate the left edge from the main body text, as it is currently touching it. Whenever I go to add padding to the right side, the whole side bar disappears. Here's my current code:
sidebar-one-wrapper { background: #f4f4f4; }
sidebar-one-wrapper { padding-top: 16px; }
sidebar-one-wrapper { padding-right: 16px; }
Please help!
Thanks,
J