• I am using twenty fourteen child theme and after the wordpress 4.0 update the custom post width is not working I was using the following code in the custom css.

    .page-content {
    	margin: 0 auto;
    	max-width: 974px;
    }

    But now it is not working. Is there any way to change the post width ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • .site-content needs to have the margin-right adjusted as well as set the new max-width on the .hentry

    I hope that points you in the right direction.

    Thread Starter Sinto001

    (@sinto001)

    I cannot get what you are telling me to do …
    I just need to increase the post width on all pages..

    Hi Sinto
    You can try this:

    .page-content {
    	margin: 0 auto;
    	max-width: 974px!important;
    }

    Sometimes it helps.
    If it does not work, would it be possible to write your URL here?
    I can check it further.
    Cheers
    Tahoe Rock

    Thread Starter Sinto001

    (@sinto001)

    Hello,
    That codes also didn’t served the purpose.
    Here is my link check it out .. http://goo.gl/JNG0Q0

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change the post width in Twenty Fourteen Theme ?’ is closed to new replies.