[SOLVED] Gallery 3 - Wind theme - moving the sidebar to the left hand side

Malieki

Joined: 2014-06-25
Posts: 8
Posted: Thu, 2014-06-26 11:17

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.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2014-06-26 13:57

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

 
Malieki

Joined: 2014-06-25
Posts: 8
Posted: Thu, 2014-06-26 15:32

Any ideas which files/folder paths I would need to go in and edit to do that?

 
jelzo

Joined: 2008-04-10
Posts: 67
Posted: Thu, 2014-06-26 16:30

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;
}

To:

#g-content {
  padding-left: 70px;
  position: relative;
  width: 696px;
}

This should be your basic layout.

 
Malieki

Joined: 2014-06-25
Posts: 8
Posted: Thu, 2014-06-26 21:55

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!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Thu, 2014-06-26 22:43

Thanks to jelzo you are now a theme developer!

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team