Theme Greydragon, lateral sidebar moved out of boundaries

Knilch

Joined: 2009-01-19
Posts: 44
Posted: Mon, 2013-01-14 13:42

Hello there,

just moving along trying to understand and maybe upgrade to Gallery3 from Gallery2 I ran into a problem which I was not able to locate for now. I have searched lots of css-files but am not sure I may find it there.

My problem is while using the "roundrobin" theme in the "greydragon" suite that if I set the sidebar to be "right" or "left" it is displayed in the correct position but somehow overshoots the boundaries set by the site layout. So when the site is set to use the whole width of the browser window, the sidebar is the reason for a horizontal scrollbar to appear.

As I wrote I was until now not able to locate the problem, maybe someone might help me finding it? I would be very grateful!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-01-14 14:34

Without a URL to see the behavior it would be hard to speculate. The extensive theme docs and long thread might yield a clue as well.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
Knilch

Joined: 2009-01-19
Posts: 44
Posted: Mon, 2013-01-14 14:38

Okay, just look here: http://blitznicht.de/gallery3/. It's pretty obvious from the start, the sidebar on the right is the culprit.

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Mon, 2013-01-14 16:47

Seems that is expected behavior as the Authors site has the same issue.
I think it is the width of the theme. It is fixed at some large #.
You could adjust to see if it works for you:

/* layous.css - Extended Layout - 4 columns+sidebar ~~*/
body.g-extended.g-column-4.g-sidebar-right #g-header,
body.g-extended.g-column-4.g-sidebar-right #g-footer,
body.g-extended.g-column-4.g-sidebar-right #g-main,
body.g-extended.g-column-4.g-sidebar-right #g-main-in,
body.g-extended.g-column-4.g-sidebar-left #g-header,
body.g-extended.g-column-4.g-sidebar-left #g-footer,
body.g-extended.g-column-4.g-sidebar-left #g-main,
body.g-extended.g-column-4.g-sidebar-left #g-main-in { min-width: 1170px; }

Adjust the nin-width to a reasonable smaller number.
FF seems to be fine but IE seems to have some issue with the width(s)

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
extremeheli
extremeheli's picture

Joined: 2008-10-22
Posts: 2
Posted: Thu, 2013-01-24 06:53

Hallo zusammen. Ich hatte das gleiche Problem mit der Sidebar, konnte dann alles im Roundrobin Colorpack korrigieren.

Da mein custom.css immer wieder Verlinkungs - Fehler zeigte habe ich das original colors.css durch meine Version ersetzt.

Ausserdem habe ich Schatten hinzugefügt.

Viel Spass www.extreme-heli.ch / g3-extreme-heli.ch

[img]http://g3.extreme-heli.ch/Sidebar.png[/img]
~Begin google translation~

Hi all. I had the same problem with the sidebar could, then all correct in Round Robin Color Pack.

Since my custom.css repeatedly HYPERLINK - showed the error I have replaced my original colors.css version.

I also added shadows.

Have fun www.extreme-heli.ch / g3-extreme-heli.ch

~End google translation~