• Resolved Dewman

    (@1khan111)


    i am using free conica free themes, i have clear all widgets, but still the theme has empty space at the right of screen, which is blocking the contents to use the full screen.
    The theme customizer says in widgets section
    “Your theme has 1 other widget area, but this particular page doesn’t display it.You can navigate to other pages on your site while using the Customizer to view and edit the widgets displayed on those pages”.
    what should i do now to make my page contents to use the full sccreen.

Viewing 1 replies (of 1 total)
  • 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.
Viewing 1 replies (of 1 total)
  • The topic ‘the right side of screen is blank (unused) in conica theme.’ is closed to new replies.