Swap widget sidebar from the right to left of content

Discussion in 'RoadFighter WordPress Theme' started by powelltwtg, Jul 22, 2013.

  1. powelltwtg

    powelltwtg New Member

    Joined:
    Jul 1, 2013
    Messages:
    23
    Likes Received:
    0
    Is it possible to swap the widget sidebar to the left of the page content from the right.

    Thanks

    Rach
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. powelltwtg

    powelltwtg New Member

    Joined:
    Jul 1, 2013
    Messages:
    23
    Likes Received:
    0
    Basically not the home page with the slider. Just a normal static page using the default template.

    Rach
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Go to the page.php present in your theme directory and follow the instructions shown in the image given below.

    [​IMG]


    Now,
    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sidebar {
    padding-left: 0px;
    padding-right: 25px;
    }
    This will solve your issue.
     

Share This Page