Closed (fixed)
Project:
Album Photos
Version:
6.x-1.3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2008 at 00:51 UTC
Updated:
14 Jul 2012 at 23:13 UTC
I have not made any changes to the module and it seems other sites using this module seem to work. Mine however seems to offset the cover image with the text of the album. How can I fix this? I have attached an image to this post for an example
| Comment | File | Size | Author |
|---|---|---|---|
| Untitled.jpg | 34.26 KB | cochran242 |
Comments
Comment #1
vm commentedmay help if a link was provided directly to the site so that we can use the tools available to us. Specifically firebug for firefox as I believe your issue is related to the css in your theme.
that said, use the firefox browser and the firebug add on to inspect the elements of the image.
also worth checking the issue in multiple browsers.
Comment #2
cochran242 commentedHere is the link to the actual site: http://r**********s.com/photos/album
I will try firebug, unfortunately I am very new to css but I am learning.
Also, yes, it happens in IE and Firefox.
Thank you for taking the time with this.
-Casey
Comment #3
berdirOk, i found the problem, this was quite tricky :)
One of your style sheets (probably the theme) defines the following:
The problematic part is the "clear: both;". The best way to fix this is to add the following css somewhere:
This overwrites the "clear: both;" only for h2 elements inside div elements with the class photos-album... so it shouldn't have any effects to the rest of your site.
I'm setting this issue to fixed, if you have any further questions about it, feel free to re-active it again.
Berdir
Comment #4
cochran242 commentedWow... that is great on many levels! Because I have a custom.css for my theme I do not have to worry about updates! Thank you VERY much. Let me know if there is something I may do for you!
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.