mirror of
https://github.com/woocommerce/storefront.git
synced 2025-08-21 04:11:59 +08:00
remove the gridset stuff. closes #1
This commit is contained in:
parent
9b54f901f7
commit
5d4e6eabd8
2 changed files with 2 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
|||
<?php do_action( 'storefront_before_footer' ); ?>
|
||||
|
||||
<footer id="colophon" class="site-footer" role="contentinfo">
|
||||
<div class="col-full c-show c-showgrid">
|
||||
<div class="col-full">
|
||||
|
||||
<?php
|
||||
/**
|
||||
|
@ -29,7 +29,5 @@
|
|||
|
||||
<?php wp_footer(); ?>
|
||||
|
||||
<script src="https://get.gridsetapp.com/30225/overlay/"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
do_action( 'storefront_before_content' ); ?>
|
||||
|
||||
<div id="content" class="site-content">
|
||||
<div class="col-full c-show c-showgrid">
|
||||
<div class="col-full">
|
||||
|
||||
<?php
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue