• Resolved EstherCoach

    (@esthercoach)


    Hi, I have just installed your theme, which i think is awesome, but there is no option to make regular pages full width, without the sidebar.

    Could you please let me know where to change this? I´ve created a child theme for this purpose.
    Thank you in advance.
    Esther

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

    (@nimbusthemes)

    EstherCoach,
    You can create a new template file called single.php and copy the content from singular.php into it. Then make the following changes:
    – Change <div class="col-sm-8"> to <div class="col-sm-12">
    – Remove this block

    <div class="col-sm-4 sidebar-primary">
                    <?php get_sidebar(); ?>
                </div>

    Best,
    NimbusThemes

    Thread Starter EstherCoach

    (@esthercoach)

    Yep, that´s exactly what i did a couple of days ago, when i still had this theme installed.
    It works, in case someone else can benefit from this response.
    However, I have decided to not use this theme as i find it too limited aesthetically.
    Thanks all for your great help.
    Esther

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Regular pages only with sidebar’ is closed to new replies.