Plugin Directory

Changeset 225107


Ignore:
Timestamp:
04/03/2010 10:38:12 PM (16 years ago)
Author:
Kittyridge
Message:

Updated instructions on the faqs page with regard to how to control the positioning of widgets through the css. Added several methods for positioning in css to take into consideration different WordPress themes and what css they may apply to the sidebars.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sony-reader-daily-edition-widget/trunk/readme.txt

    r224265 r225107  
    4040= How do I change the alignment? =
    4141
    42 This can be done with CSS:
     42This 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.
    4343
    44 `.sonydailyedition { text-align: center; }`
     44For 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`.sonydailyedition { text-align: center; }
     47.sonydailyedition { margin:0 auto; }
     48.sonydailyedition { margin:0 auto; text-align: center; }
     49.sonydailyedition { margin:0 auto; text-align: left; }
     50.sonydailyedition { margin-top:0px; margin-right:0px; margin-bottom:0px; margin-left:0px; }`
    4551
    4652== Screenshots ==
Note: See TracChangeset for help on using the changeset viewer.