Active
Project:
Imagefield marker
Version:
7.x-1.0
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2012 at 19:56 UTC
Updated:
15 Jan 2012 at 20:09 UTC
On my photo page the alignment is thrown off after enabling the module. The description shows above the photo and the tags to the right of the image.
Adding the following css snippet fixes the alignment.
.field-item > #media-imagemap {
float:none !important;
margin:0px auto;
}
Comments
Comment #1
mototribe commentedby the way, I also removed:
height: ' . $properties['height'] . 'pxfrom line 276 of the .module file, otherwise it will create a big white space between the image and the body copy below the image.