Forums
Forums / Theme: SeaSun / Add Left Sidebar
(@stephentracey88)
10 years, 7 months ago
Hi All,
Does anybody know how to add a left sidebar?
I have done it in PHP but I just cannot place it onto the left hand side of the page in one of the template files.If anybody know how to do this it would be much appreciated.
My Website is http://www.hobartaccommodationdeals.com
I followed this tutorial
https://www.tastyplacement.com/add-sidebar-wordpress
Regards Steve
(@tomastoman)
Dear Steve,
I recommend you to output your custom sidebar right after the following element in “index.php”:
</section>
Then you will need to reduce the width of the “home-latest-posts” section to create some space for the left sidebar:
body .home-latest-posts {width: 50%; float: right;}
Best regards, Tomas Toman
The topic ‘Add Left Sidebar’ is closed to new replies.