Viewing 4 replies - 1 through 4 (of 4 total)
  • It could probably be done, but not the ideal approach. Much more reliable to add a real, second sidebar.

    a) Create a child theme, so that your changes are maintained even when the theme is updated.

    b) Add a sidebar area to your child theme by creating a functions.php file in your child theme and registering a new sidebar. (Like style.css files, child theme functions.php files do not overwrite the parent theme’s functions, they add to them.)

    c) Add the sidebar to the necessary template files (index.php, single.php, etc) in your child theme.

    d) Style the sidebar display with css and you’re done!

    I found this simple tutorial for you that should help: https://themify.me/docs/second-sidebar

    Thread Starter carra23

    (@carra23)

    Hey, thanks for the response mate.

    That seems like a fair bit to go through! I don’t suppose there’s any other way of going about it?

    I swear it’s less work than it seems. ?? And it will be much more reliable across different browser types. But if someone wants to chime in with a rock solid css solution, I’d hear that, too. You would still need to create a child theme or use a custom css plugin, though.

    FWIW, I doubt there’s a very good CSS solution – that’s likely only used on the .COM forum thread because that’s the only option there for modifying themes – as users cannot modify any other files.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving the widget area from Footer to Sidebar (Chunk Theme)’ is closed to new replies.