ID, 'grand_popo_page_options', true); if (is_page('wishlist') || is_page('cart') || is_page('checkout') || is_page('my-account') || is_front_page()) { $page_layout = grand_popo_get_proper_value($page_layout, 'sidebar-position', 'no-sidebar'); } else { $page_layout = grand_popo_get_proper_value($page_layout, 'sidebar-position', 'left'); } $layout=$page_layout; if ($layout == "no-sidebar") { $gutter = "o-wrap"; $col = "col xl-1-1 lg-1-1 md-1-1 sm-1-1"; } else { $gutter = "o-wrap xl-gutter-24 lg-gutter-24 md-gutter-0 sm-gutter-0"; $col = "col xl-3-4 lg-3-4 md-1-1 sm-1-1"; } ?>