Closed (fixed)
Project:
Premium Responsive
Version:
7.x-1.6
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2013 at 23:37 UTC
Updated:
28 Feb 2013 at 06:20 UTC
there's possibly a very simple answer to this, but I haven't been able to find it so far.
how do I move the first sidebar to the left instead of the right?
Comments
Comment #1
infomantra commentedComment #2
gabesulliceGo into sites/all/themes/responsive/templates and locate the 'page.tpl.php' file. Open it in an editor and locate the following:
Move that piece of php/html below the line:
<?php if($page['sidebar_first']) { $contentwid= "eleven"; } else { $contentwid= "sixteen"; } ?>This should render the first sidebar on the left, or before, the content region.
Comment #3
infomantra commentedA big thank you to you #gsullice for pointing this out.
Your suggestion worked like a charm.
Much appreciated!!!