I want to change the width of only the blog page.

This topic has 7 replies, 2 voices, and was last updated 1 years, 7 months ago ago by eternity

  • Avatar: eternity
    eternity
    Participant
    March 21, 2023 at 10:31

    The width of the site will remain the same as it is now.

    I want only the blog page to be 900 wide.

    Can I change it with CSS?

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 21, 2023 at 10:46

    Hello, Eternity,

    Thank you for getting in touch with us.

    Yes, you can use custom CSS code.
    Your site is under maintenance mode, so we can’t check it.
    The next code was tested on our demo Blog page (Theme Options > Theme custom CSS > Desktop):

    .blog .container {
        max-width: 900px !important;
    }

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: eternity
    eternity
    Participant
    March 21, 2023 at 11:02

    Thank you.

    I set the CSS,

    but, I could not change the width of the blog page.

    Can you help me?

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 21, 2023 at 11:06

    Hello, Eternity,

    Please check the Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: eternity
    eternity
    Participant
    March 21, 2023 at 11:16

    I see.

    Well, then.

    Don’t change the width of the blog page.

    I want to make only all single post pages 900 wide.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 21, 2023 at 11:34

    Hello, Eternity,

    Thank you for the reply.
    You can use the next custom CSS code (Theme Options > Theme custom CSS > Desktop):

    .single-post .container {
        max-width: 900px !important;
    }

    Kind Regards,
    8theme team

    Avatar: eternity
    eternity
    Participant
    March 21, 2023 at 11:40

    Thank you!
    Thank you!

    Thank you so much.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘I want to change the width of only the blog page.’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.