ajaxian theme
Reiddust
Joined: 2006-05-27
Posts: 117 |
Posted: Thu, 2007-03-29 13:58 |
I really like this theme, but have one question. Where in the script would I move the links, that appear across the top logo? I would like to place them at the bottom if possible, maybe where the "view slideshow" link is. http://museum.reiddust.com/wing/gallery2/main.php?g2_itemId=103 |
|
Posts: 27300
theme.css
.gbBreadCrumb { position: absolute; top: 62px; left: 221px; margin: 1px 0; font-weight: bold; }
I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 117
Thank you floridave. I haven't ventured into firefox quite yet,(still on IE7) but at least I know now where the parts to be editted are. One of my members is very good at CSS, and uses firefox, so I'm sure he'll be able to figure it out, by the code you gave me..I'll save the links for future reference..
Posts: 117
all fixed. My member told me it's not recommended you move it down to the bottom.
..if new subalbums will be added, you'll have to change the script again, beacsue the height of the page content will have changed.
Posts: 23
This is GREAT info, thank you so much!
I'm having just one problem. I can't find where the style #item-title is set. I've looking in themes.css and in gallery.css, and I'm not seeing it.
Where is it!?
Posts: 27300
Perhpas the them you use did not add it.
Add it to the css and see if that helps.
If not URL?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 23
Well the Ajaxian theme is using it, but it wasn't specified in the stylesheet.
So like you suggested, I added it, and now I can control it.
Sweet baby rays! Thanks!
Posts: 23
There's got to be another stlyesheet I'm not seeing though. Even the plug-in for Firefox doesn't see it.
I can't find #main-logo now. Where is that being specified?
Posts: 27300
it is specified in the theme.tpl but its not added to the theme.css.
Not all classes that are used in the theme are specified in the css.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team