Hi,
I'd like to move the sidebar from the right hand side to the left hand side of the page.
I'm using the Wind theme, any help/suggestions as there doesn't seem to be an option.
There is no option you will have to create a copy of the theme and make adjustments yourself to the view files.
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Any ideas which files/folder paths I would need to go in and edit to do that?
Go to: gallery3/themes/wind/views/page.html.php Change:
<div id="doc4" class="yui-t5 g-view">
To:
<div id="doc4" class="yui-t2 g-view">
Go to: gallery3/themes/wind/css/screen.css Change:
#g-content { padding-left: 20px; position: relative; width: 696px; }
#g-content { padding-left: 70px; position: relative; width: 696px; }
This should be your basic layout.
hey, thanks for that. I needed to do it in the public_html location rather than in gallery3, but other than that worked a treat.
Thank you!
Thanks to jelzo you are now a theme developer!
Posts: 27300
There is no option you will have to create a copy of the theme and make adjustments yourself to the view files.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 8
Any ideas which files/folder paths I would need to go in and edit to do that?
Posts: 67
Go to:
gallery3/themes/wind/views/page.html.php
Change:
To:
Go to:
gallery3/themes/wind/css/screen.css
Change:
To:
This should be your basic layout.
Posts: 8
hey, thanks for that. I needed to do it in the public_html location rather than in gallery3, but other than that worked a treat.
Thank you!
Posts: 27300
Thanks to jelzo you are now a theme developer!
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team