Customizing the sidebar in Mystique
-
I have two questions about the sidebar in the Mystique theme. 1) is it possible to add a bit of extra spacing around the text in the sidebar (i.e., equivalent to cellpadding in html), and 2) can I add a background color to the sidebar? BTW, I purchased the upgrade.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
1) is it possible to add a bit of extra spacing around the text in the sidebar (i.e., equivalent to cellpadding in html)
Here’s one possible way to do that:
#sidebar { padding: 1em; } -
2) can I add a background color to the sidebar? BTW, I purchased the upgrade.
Here is an example:
#sidebar { background-color: #F5DEB3; }You can change the color code to a different one. Here is a color picker you can use:
http://automattic.github.com/Iris/
- The topic ‘Customizing the sidebar in Mystique’ is closed to new replies.