Viewing 2 replies - 1 through 2 (of 2 total)
  • you missed to correct this style which limits the post-content width:

    .post-content {
    	width: 440px;
    	margin-right: 21px;
    	display: inline;
    }

    try to add:

    .page-template-no-sidebar-page-php .post-content { width: 850px; }

    adjust the width if you need …

    Thread Starter geurvanmaillard

    (@geurvanmaillard)

    SOLVED.
    Thank you, Michael.

    I now noticed that my template wasn’t named:
    – page-template-no-sidebar-page-php
    but
    – no-sidebar-page-php

    Regards,
    Paul Oosten

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