• Hi,

    I’m struggling to see a way to make category view pages full-width in this wonderful theme. Any help would be really appreciated. Many thanks

    W

Viewing 1 replies (of 1 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi warrenag,
    For getting the full width layout of category pages :

    1. First, create a Child_Theme and copy paste the category.php file in it.
    2. Open the pasted file.
    3. replace code on Line :31 with

    <div id="container" class="span12">

    4. Remove the Lines : 55 to 58 which are

    <!-- Sidebar -->
    <div id="sidebar" class="span3">
    <?php get_sidebar(); ?>
    </div>
    <!-- Sidebar -->

    Best,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)
  • The topic ‘Page width on category view’ is closed to new replies.