Viewing 2 replies - 1 through 2 (of 2 total)
  • salsaturation

    (@salsaturation)

    Hi @federigol

    If you don’t already have a Child_Themes or the theme offers nowhere to put a custom css, then you should install a plugin like Jetpack then add the following to the custom css area…

    @media screen and (min-width: 980px) {
    .single-post.no-sidebar .content-area {
    width: 100%;
    }
    }
    Thread Starter federigol

    (@federigol)

    I fixed this in the style sheet, editing this paragraph:
    .no-sidebar .content-area,
    .full-width .content-area {
    border-right: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    width: 1000px;
    }
    Before, width was 700px.

    • This reply was modified 8 years ago by federigol.
    • This reply was modified 8 years ago by federigol.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make blog posts full width’ is closed to new replies.