• Resolved litacandela

    (@litacandela)


    Hi!!!
    I really hope you can help me, im trying to remove or desable the widget bar/ side bar, because I want my pages content to be full width, and I just cant do it, the theme doesnt have that option, I supose that can be done in the CSS STYLES, can you help me with that? Thanks a lot!!!

    https://www.sescopuntadasespeciales.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Tanay

    (@tanaykhandelwal-1)

    Hi litacandela,

    For this, you need to make a Child_Theme and copy paste the page.php into child theme directory.

    Replace the code on line:35 with

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

    and remove the code between line:60 to 65 i.e.

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

    You can follow the same steps with index, archive, author, category, search, single and tag.php files to make them full-width.

    Mark ticket as resolved if you’ve got the solution.

    Best Regards,
    Tanay Khandelwal

    Thread Starter litacandela

    (@litacandela)

    Thanks a lot!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Side Bar’ is closed to new replies.