Results 1 to 7 of 7

Thread: Full width blog page

  1. #1
    Thread Starter
    logosinmotion's Avatar
    Join Date
    Apr 2013
    Location
    United States
    Posts
    49
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Full width blog page

    I have seen various versions of this question but still cannot seem to find a complete answer.
    I figured out to remove the entire code below from sidebar-blog.php

    <!-- start tabs -->

    <div class="tabprice">



    <ul class="tabnavig">

    <li><a href="#priceblock1"><?php _e( 'Popular', APP_TD ); ?></a></li>

    <li><a href="#priceblock2"><?php _e( 'Comments', APP_TD ); ?></a></li>

    <li><a href="#priceblock3"><?php _e( 'Tags', APP_TD ); ?></a></li>

    </ul>





    <!-- popular tab 1 -->

    <div id="priceblock1">



    <div class="clr"></div>



    <?php get_template_part( 'includes/sidebar', 'popular' ); ?>



    </div>





    <!-- comments tab 2 -->

    <div id="priceblock2">



    <div class="clr"></div>



    <?php get_template_part( 'includes/sidebar', 'comments' ); ?>



    </div><!-- /priceblock2 -->





    <!-- tag cloud tab 3 -->

    <div id="priceblock3">



    <div class="clr"></div>



    <div class="pricetab">



    <?php if ( function_exists('wp_tag_cloud') ) : ?>



    <div id="tagcloud">



    <?php wp_tag_cloud('smallest=9&largest=16'); ?>



    </div>



    <?php endif; ?>



    <div class="clr"></div>



    </div>



    </div>



    </div><!-- end tabs -->

    I need to remove the sidebar and I now need to stretch it full width
    How can i do that?

  2. #2
    Thread Starter
    logosinmotion's Avatar
    Join Date
    Apr 2013
    Location
    United States
    Posts
    49
    Thanks
    7
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    comproevendo's Avatar
    Join Date
    Jul 2013
    Location
    Switzerland
    Posts
    52
    Thanks
    2
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Thread Starter
    logosinmotion's Avatar
    Join Date
    Apr 2013
    Location
    United States
    Posts
    49
    Thanks
    7
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    logosinmotion's Avatar
    Join Date
    Apr 2013
    Location
    United States
    Posts
    49
    Thanks
    7
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    hillangully's Avatar
    Join Date
    Nov 2012
    Location
    Mount Dandenong, Victoria, Australia
    Posts
    110
    Thanks
    4
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  7. #7
    talent's Avatar
    Join Date
    Jul 2011
    Location
    London UK
    Posts
    3,497
    Thanks
    75
    Thanked 553 Times in 502 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    $function ('CUSTOMIZATION'); } else { .DESIGN { display: awesome; }
    If you require any additional functionality or design customization, just ask. Afterall... anything is possible! However, I may not know how to implement your particular request, but if you don't ask, you don't get

    If you build it, they will come...


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Full width page
    By stephenodonn in forum Vantage General Discussion (Legacy)
    Replies: 10
    Last Post: July 16th, 2014, 12:54 PM
  2. Full Page Width
    By worksmart in forum Jobright
    Replies: 3
    Last Post: July 22nd, 2013, 11:56 AM
  3. Full width page
    By sssdornier in forum FXtender Pro
    Replies: 0
    Last Post: May 1st, 2013, 03:06 PM
  4. full width ads page
    By gordon in forum ClassiPress General Discussion
    Replies: 5
    Last Post: March 16th, 2013, 07:01 AM
  5. Replies: 2
    Last Post: June 6th, 2012, 11:47 PM