Site logo

Archived topic

Dispatch Site Issues

3 replies · Started by Dami on August 2, 2019

Viewing posts 1–4 of 4

How do I increase the width of the text so it extends further --> http://prntscr.com/onneud
Doesn't change in the customizer

Hi there,

Dispatch uses some CSS to constrain the width, go to Customizer > Additional CSS and look for:

body.single-post.no-sidebar .site-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

remove this and the single post will match the customizer settings.

Thanks that worked

Glad to be of help

This archived topic is closed to new replies.