• I want to have the custom menu/sidebar to the left instead of right.

    Is there a way to change it in the code or do I need a plugin?

Viewing 1 replies (of 1 total)
  • Hi Rysk1,

    Depending on where you want the sidebar location switched to the left, you’ll need to add a small modification to the appropriate template file, i.e., to index.php if you want the change to be applied on the blog listings page or to page.php if you want it on a static page view.

    The change consists in calling the get_sidebar() function before the main content.

    However, to apply this change, you’ll need to create a child theme, otherwise your customizations will get lost once you update your theme.

    For some guidance on creating a child theme, this Codex article could be useful:
    http://codex.wordpress.org/Child_Themes

    I hope this helps 🙂

    – Maria Antonietta

Viewing 1 replies (of 1 total)
  • The topic ‘Move sidebar/widget to the left’ is closed to new replies.