Changeset 225105
- Timestamp:
- 04/03/2010 10:37:21 PM (16 years ago)
- File:
-
- 1 edited
-
sony-prs-505-silver-widget/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sony-prs-505-silver-widget/trunk/readme.txt
r224263 r225105 40 40 = How do I change the alignment? = 41 41 42 This can be done with CSS :42 This can be done with CSS. Depending on your WordPress theme, one of these methods below will work, though you may have to experiment a little to find out which one. 43 43 44 `.sonyprs505silver { text-align: center; }` 44 For the last one with margin top, right, bottom, and left, replace the 0's with a number, for example 10px, where the px stands for pixels. As you increase or decrease a side, the Ereader will shift position enabling you to get the perfect spacing in you sidebar. Don't forget that you can use negative numbers too, like -10px. Experiment with the numbers and refresh your website to see what way the Ereader moves in your sidebar. Keep doing this until its just right!) : 45 46 `.sonyprs505silver { text-align: center; } 47 .sonyprs505silver { margin:0 auto; } 48 .sonyprs505silver { margin:0 auto; text-align: center; } 49 .sonyprs505silver { margin:0 auto; text-align: left; } 50 .sonyprs505silver { margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; }` 45 51 46 52 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.