Results 1 to 1 of 1

Thread: how to change layout on responsive view.

  1. #1
    Thread Starter
    shri72's Avatar
    Join Date
    Nov 2014
    Posts
    21
    Thanks
    6
    Thanked 0 Times in 0 Posts

    how to change layout on responsive view.

    On desktop view sidebar is on right side. while browsing website on mobile sidebar is coming below to main content but I want to display sidebar on upper side while main content(like find freelancer, apply to project) below it. Is it possible?

    code in HireBee: archive-freelancer.php is as follows which loads find freelancer page

    <?php
    /**
    * The template for displaying user listings
    */
    ?>
    <div id="main" class="large-8 columns">
    <?php get_template_part( 'loop', HRB_FREELANCER_UTYPE );?>
    </div><!-- end #main -->

    <div id="sidebar" class="large-4 columns">
    <div class="sidebar-widget-wrap cf">
    <?php get_sidebar('archive'); ?>
    </div><!-- end .sidebar-widget-wrap -->
    </div><!-- end #sidebar -->

    Plz tel me how to do it?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Responsive Layout Issue
    By wchohan in forum Report Vantage Bugs (Legacy)
    Replies: 2
    Last Post: June 26th, 2014, 08:53 AM
  2. [SOLVED] Fixed width layout or how to turn off responsive theme?
    By couponslink in forum Help Using Clipper
    Replies: 5
    Last Post: February 10th, 2014, 11:12 AM
  3. Ad Image In Responsive View
    By arivederchi in forum ClassiPress General Discussion
    Replies: 5
    Last Post: February 6th, 2014, 02:47 AM