[Resolved] Dispatch Site Issues

Home Forums Support [Resolved] Dispatch Site Issues

Home Forums Support Dispatch Site Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #974347
    Dami

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

    #974354
    David
    Staff
    Customer Support

    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.

    #977456
    Dami

    Thanks that worked

    #977459
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.