• Resolved V0ld3m0rt

    (@v0ld3m0rt)


    Hi, this theme is awsome. Anyway I am trying to have sigle posts without sidebar but can’t get it work. Which file should I modify to get it work? Page without sidebar works fine, I am noob in php so thats why I can’t figure it out.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author MyThemeShop

    (@mythemeshop)

    hi, you need to remove this code from single.php file

    <!-- Start Sidebar -->
    		<?php get_sidebar(); ?>
    		<!-- End Sidebar -->

    after that add below CSS in Theme Options Panel >> Styling >> Custom CSS

    .single .article {
    width: 100%;
    }

    Thread Starter V0ld3m0rt

    (@v0ld3m0rt)

    It works like a charm. Thanks for help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post without sidebar’ is closed to new replies.