• Resolved mikmei

    (@mikmei)


    Hi!
    I am trying to change the post width to full width. On my pages I can choose full width (1070px) but my post width is set to 720px (somewhere in all the coding). I have tried to change if ( ! isset( $content_width ) )
    $content_width = 1070;
    in the functions.php. (It was set to 720) but nothing happened. I am using the Moka theme. Anyone has a suggestion/solution?

Viewing 1 replies (of 1 total)
  • Thread Starter mikmei

    (@mikmei)

    Sorry, I just found this solution in the forum:
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content {
    max-width: 800px;
    }
    I obviously wrote 1070px instead of 800. It didn’t say where to put this coding (or if one was supposed to replace the coding somewhere) but I put it in Appearance-Edit CSS under the welcome text that was already there. It worked!

Viewing 1 replies (of 1 total)
  • The topic ‘Change post width to full width’ is closed to new replies.