Is it possible to swap the widget sidebar to the left of the page content from the right. Thanks Rach
Basically not the home page with the slider. Just a normal static page using the default template. Rach
Hello, Go to the page.php present in your theme directory and follow the instructions shown in the image given below. 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.