Hmm, it looks like the font in the left navigation bar is different between IE and Firefox. Make sure FireFox isn't set to override the fonts used in different webpages. Also, you could drop the text size in FireFox by a notch or two (ctrl minus).
skidpics
Joined: 2007-11-06
Posts: 43
Posted: Tue, 2007-11-27 07:04
I have firefox setup so that it does not override - good point though, but not the problem...
JesseHansen
Joined: 2007-04-15
Posts: 18
Posted: Tue, 2010-11-30 05:20
how do I get the thumbnails to be centered over the title? Seems a bit nitpicky, but was hoping someone could enlighten me... it's a work in progress... Love the theme thus far!
when viewing the individual items, it's fine... just not the albums... still everything is flush left. I'm probably overlooking something simple I'm sure.
I would like to stop and thank you for taking the time out of your busy schedule to help dumb me. I appreciate it.
suprsidr
Joined: 2005-04-17
Posts: 8339
Posted: Tue, 2010-11-30 16:01
I understand what you want. I do not see these changes reflected in your theme.css or anywhere in your gallery.
Posts: 2
Hmm, it looks like the font in the left navigation bar is different between IE and Firefox. Make sure FireFox isn't set to override the fonts used in different webpages. Also, you could drop the text size in FireFox by a notch or two (ctrl minus).
Posts: 43
I have firefox setup so that it does not override - good point though, but not the problem...
Posts: 18
how do I get the thumbnails to be centered over the title? Seems a bit nitpicky, but was hoping someone could enlighten me... it's a work in progress... Love the theme thus far!
http://www.caberoscadrecorner.com/photos/
Posts: 8339
gallery2/themes/tien/theme.css line ~394 td.giAlbumCellThumbnail div.giAlbumThumbnail add: margin: 0 auto;
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 18
added the line as mentioned... however, nothing changed on my front page... text under thumbnails are still flush left. Did I miss something?
Here's my css code:
...
td.giAlbumCellThumbnail div.giAlbumThumbnail {
margin: 0 auto;
float: left;
width: 62px;
}
...
truncated by moderator
Posts: 8339
Well, looking at that don't you think you'd want to remove the float?
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 18
I'll try and see what happens... thanks for the prompt response... will let ya know.
Posts: 18
Removed floats on both of these... still no change
td.giAlbumCellThumbnail div.giAlbumThumbnail {
margin: 0 auto;
width: 62px;
}
td.giAlbumCellThumbnail div.giAlbum {
padding-left: 4px;
margin-top: -4px;
}
Posts: 8339
when I edit the element directly in firebug it looks fine.
but lets get more specific:
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2
Posts: 18
ok... did that, still not right... perhaps I'm not explaining what I'd like to accomplish.
On the albums, [img]http://www.caberoscadrecorner.com/photos/main.php?g2_view=core.DownloadItem&g2_itemId=162&g2_serialNumber=1[/img]
when viewing the individual items, it's fine... just not the albums... still everything is flush left. I'm probably overlooking something simple I'm sure.
I would like to stop and thank you for taking the time out of your busy schedule to help dumb me. I appreciate it.
Posts: 8339
I understand what you want. I do not see these changes reflected in your theme.css or anywhere in your gallery.
-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2