Move page sidebar to the left side?

Support Area Forums Foundation Move page sidebar to the left side?

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://alabamachristianathletics.com/
  • Author
    Posts
  • #20473
    Gavin Brown
    Participant

    Hey Bill,

    How would I move the page sidebar (for all pages, by default) to the lefthand side in Foundation theme?

    Gavin

    #20475
    Gavin Brown
    Participant

    Hey Bill,

    How do you move the page sidebar (in all pages, by default) to the left side of the page?

    Gavin

    #20479
    Bill Robbins
    Moderator

    Hello Gavin,

    You can do that. Here’s how:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      #content {
      	float: right;
      }
      
      #sidebar {
      	float: left;
      }
      
    3. Update your settings.

    Let me know if you run into any trouble there.

    Have a great week,
    Bill

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Move page sidebar to the left side?’ is closed to new replies.