Viewing 2 replies - 1 through 2 (of 2 total)
  • Mike M. a11n

    (@mikedmoore)

    Automattic Happiness Engineer

    This templte is currently setup to be 9 columns out of 12 total. In the zerif-lite theme folder find woocommerce.php. Find this line:

    <div class="content-left-wrap col-md-9">

    and change 9 to 12:

    <div class="content-left-wrap col-md-12">

    It’s best to start a child theme to avoid overwriting any customization’s you make when you update the theme later.

    Thread Starter jaanis9

    (@jaanis9)

    Thank you!

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

The topic ‘Invisible sidebar, how to remove’ is closed to new replies.