[Theme] Tien for Gallery2
chrisofdeath
Joined: 2007-05-18
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). |
|
skidpics
Joined: 2007-11-06
Posts: 43 |
![]() |
I have firefox setup so that it does not override - good point though, but not the problem... |
|
JesseHansen
![]()
Joined: 2007-04-15
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! |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
gallery2/themes/tien/theme.css line ~394 td.giAlbumCellThumbnail div.giAlbumThumbnail add: margin: 0 auto; -s |
|
JesseHansen
![]()
Joined: 2007-04-15
Posts: 18 |
![]() |
added the line as mentioned... however, nothing changed on my front page... text under thumbnails are still flush left. Here's my css code: ... td.giAlbumCellThumbnail div.giAlbumThumbnail { |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
Well, looking at that don't you think you'd want to remove the float? -s |
|
JesseHansen
![]()
Joined: 2007-04-15
Posts: 18 |
![]() |
I'll try and see what happens... thanks for the prompt response... will let ya know. |
|
JesseHansen
![]()
Joined: 2007-04-15
Posts: 18 |
![]() |
Removed floats on both of these... still no change td.giAlbumCellThumbnail div.giAlbumThumbnail { td.giAlbumCellThumbnail div.giAlbum { |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
when I edit the element directly in firebug it looks fine. .giAlbumThumbnail img{ margin: 0 auto; }
-s |
|
JesseHansen
![]()
Joined: 2007-04-15
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. |
|
suprsidr
![]()
Joined: 2005-04-17
Posts: 8339 |
![]() |
I understand what you want. I do not see these changes reflected in your theme.css or anywhere in your gallery. -s |
|