• jschmu

    (@jschmu)


    I want to expand the width of the main body so that it is the same as the header, navigation bar etc. How can I do this?

Viewing 1 replies (of 1 total)
  • Sam

    (@soumendra)

    Hello,

    You can try adding this CSS in your Custom CSS for adjusting that:

    .entry-header, .entry-content, .entry-summary, .entry-meta {
        max-width: 1120px;
    }

    You can adjust the value as per your requirement.

    Hope that helps.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘Expanding Main Body Width’ is closed to new replies.