If I use galleryformatter with the marinelli theme, there is a problem with the image of Next image or Previous image.
See the image atached for details.
| Comment | File | Size | Author |
|---|---|---|---|
| 15-03-2011 21-39-17.png | 228.61 KB | namberone |
If I use galleryformatter with the marinelli theme, there is a problem with the image of Next image or Previous image.
See the image atached for details.
| Comment | File | Size | Author |
|---|---|---|---|
| 15-03-2011 21-39-17.png | 228.61 KB | namberone |
Comments
Comment #1
komal.savla commentedHi,
The css for the Next image or Previous image arrow are getting overrided with the css of "arrow" class of the comment
So in order to fix this problem, In comment.tpl.php replace this
with this
And in the comments.css file replace every occurrence of
.arrowwith.comment-arrowThanks,
Komal
Comment #2
namberone commentedIt's all ok.
thank you very much :)