Hi,
The left sidebar should be displayed above the content on mobile devices. I found another post with the same topic in this forum. There the support said, that I should modify the sidebar in the page.php file and add a class called hidden-xs. Then I should copy the sidebar code below the div <div class="page-content clearfix">
.
But my page.php only shows the following code:
<?php get_header(); ?>
<div class="container">
<?php sf_base_layout('page'); ?>
</div>
<?php get_footer(); ?>
Could you please tell me where I can find the sidebar code. Is this still the best way to fix this problem?
Thanks in advance
Best regards