Hi Tikaram,
Thank you for your quick response. I’m currently trying to make two sidebars work (one will be on the left of the content on desktop, and above the content on mobile, and the other one needs to be on the right of the content on desktop, and after the content on mobile). Since the sidebars will show custom PHP pages I added them manually like so ‘get_sidebar(‘left’);’ to the front-page.php file. I did add the second sidebar the same way (‘get_sidebar(‘right’);’) , just above ‘get_footer();’, but then it shows correctly on mobile (after/below the content), but on a desktop browser, it shows the ‘right’ sidebar on the left, below the left sidebar, though it should show it on the right side of the content on the desktop. I’m just trying to find what I should do to make this work. If you have any ideas on how to accomplish this, then please let me know (possibly I would need to add some CSS for it, like ‘ float: right’, but I’m not sure if that is the best solution).
Thank you.