Hello,
i work with conica premium and child theme.
The following solution for me.
Copy page.php to child theme.
Remove line 34: <?php get_sidebar(); ?>
Copy to style.css in child theme:
body.page-template-default .site-main, body .content-area .site-main, .woocommerce #container #content, .woocommerce .content-area .site-main {
margin: 0 0 0 0 !important;
}
hope it helps
-
This reply was modified 6 years, 4 months ago by kojak777.