I playing around with the themes and like to change the width of the overall page size.
I was trying and searching the parameters in the screen.css file without luck.
I can change the width of some layouts like the sidebar or contents but did not find how to adjust
the global width....
Where I have to look for that?
Many Thanks for any hint!
Joerg
Posts: 27300
A couple of tools to assit:
Firebug & Web Developer Firefox Extentions | CSS Editing
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7994
Look for this in themes/default/css/screen.css:
Those (and the blocks around them) control the sizes of the main containers.
---
Problems? Check gallery3/var/logs
file bugs/feature requests | get the latest code | use git |
[url=http://bit.ly/15CnoF]help! vote![/url
Posts: 2
Thanks for the info, so I am on the rigtht way
Posts: 16
That doesn't actually change the page width, only the content view and sidebar. If I try changing the width of the content block, it gets cut off with the sidebar. I'm trying to find the code for the overall page width.
Posts: 7994
Oops, my mistake. We're using the YUI Grids CSS from Yahoo! (http://developer.yahoo.com/yui/examples/grids/grids-doc.html) so what you want to do is to change your doc type. In themes/default/views/page.html.php change
to:
That'll use 100% of the page width.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!