[PGTheme] Album tree outline not correct (items centred instead of left-aligned)
conorboyd
Joined: 2005-03-29
Posts: 166 |
Posted: Tue, 2006-05-02 00:34 |
Hi, Using PGTheme 1.1 (the 2.1.x version), my album tree in the sidebar (as displayed here: http://gallery.ildica.com) is not correctly aligned. Each album is centred in the list, meaning the lines making up the tree don't match up. I'm assuming it's a CSS issue somewhere, but I don't really know much about CSS, so I'm hoping somebody else can point me in the right direction. Any help gratefully received. Cheers, Conor
|
|
Posts: 27300
find dtree.css and add
float: left;
to the .dtree class..
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
Posts: 166
Dave,
Thanks for that. Works perfectly.
Yeah, Firefox is great, and I'll definitely take your advice and look into the web dev tool.
Cheers,
Conor
Posts: 27300
Welcome