Centering Gallery 1.5.7... Removing borders...
gblakk
Joined: 2007-10-22
Posts: 2 |
Posted: Mon, 2007-10-22 16:28 |
The following information is required to get an answer: Hello all.... I'm new to gallery and I've "customized" it to the best of my ability but I'm having a difficult time centering my gallery. Basically I want the the entire Gallery to be a width of 760pixels and centered but I don't know what I need to edit(files) and what lines. Also if you look at my gallery @ boxdonkadonk.com/gallery_ Any help is appreciated |
|
Posts: 27300
edit screen.css.default
mod_title { border-bottom-width: 0px; border-color: #000000; border-left-width: 0px; border-right-width: 0px; border-style: solid; border-width: 1px; }
Change the bold from 1px; to 0px;
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.
@centering: you will need to edit the html_wrap file(s)
first create a template that has the header & footer info of you site, then:
http://gallery.menalto.com/node/15625
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
thanks... i ended up changing the table width in "gallery.header.default"
and just used a <center></center> tag on everything and it got the job done... thanks again