Site logo

Archived topic

How can I make container to show same width and on this site?

4 replies · Started by Former User on March 10, 2020

Viewing posts 1–5 of 5

Hello,

How I can make container to show same width on homepage, pages and single posts on this site?

Thanks!

Also would like to show on same size as container header, navigation and footer.

Thanks!

Hello Leo,

Yes its been changed because I am using Site Library Dispatch, but, I would like to show it like I mention, how can I do this? Can you please tell me in detail, thanks!

Hi there,

Dispatch uses some CSS to change the width of the single post. Go to Appearance > Customizer > Additional CSS. Then remove this block of code:

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

Let us know.

This archived topic is closed to new replies.