Rotating Images
(Difference between revisions)
(Created FAQ section) |
m (→Images other than first appear lower (or smaller in height) in spite of actually being the same size) |
||
| Line 14: | Line 14: | ||
For an explanation, see http://ithemes.com/forum/index.php?/topic/3935-image-size-changes-despite-images-being-same-size/ | For an explanation, see http://ithemes.com/forum/index.php?/topic/3935-image-size-changes-despite-images-being-same-size/ | ||
| + | |||
| + | '''Update''': If the above CSS code doesn't work, use the following: | ||
| + | |||
| + | <pre>#ithemesrotatingimages-1 img { | ||
| + | margin-top: 0; | ||
| + | }</pre> | ||
| + | |||
| + | Source: http://ithemes.com/forum/index.php?/topic/8989-rotating-images-position-bug/#p44454 | ||
==Second FAQ== | ==Second FAQ== | ||
Revision as of 16:38, December 1, 2010
Release date: January 4, 2010 (beta), March 5, 2010 (stable)
Contents |
FAQ
Images other than first appear lower (or smaller in height) in spite of actually being the same size
Add the following at the end of your theme's style.css:
#rotating-images-rotator_1 img {
margin-top: 0;
}
If you add additional rotating image groups you may need to change the 1 above to 2, 3, 4 and so on for each instance.
For an explanation, see http://ithemes.com/forum/index.php?/topic/3935-image-size-changes-despite-images-being-same-size/
Update: If the above CSS code doesn't work, use the following:
#ithemesrotatingimages-1 img {
margin-top: 0;
}
Source: http://ithemes.com/forum/index.php?/topic/8989-rotating-images-position-bug/#p44454