Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19695
    manuscle
    Member

    Hi,
    I’ve setted the theme option to have the content on the right side and having the widgets on the left col.
    All is showing perfectly exept on mobile devices. On mobile device the widget are showed after content. We would like to show widget before content, how can we do that?

    Thanks for your help

    #19705
    Sakin
    Keymaster

    @manuscle: For this you need to build child theme and do the customization. In your child theme copy index.php and delete <?php get_sidebar(); ?>. and then copy header.php file and then add <?php get_sidebar(); ?> after <div id="main" class="clearfix">

    If this is complicated for you then please hire customizer http://catchthemes.com/hire-customizer/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget before content for mobile’ is closed to new replies.