Set content page width on blog single post

This topic has 6 replies, 2 voices, and was last updated 5 months, 4 weeks ago ago by Rose Tyler

  • Avatar: TheOne
    TheOne
    Participant
    May 22, 2024 at 11:34

    Hello,

    If you look at the picture in the attachemnt. Can i modify the single blog post page so that the content (text, pictures, title) would be the same width as shown in the picture?
    My exsisting blog page in private.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2024 at 12:32

    Hello, TheOne,

    Thank you for reaching out to us with your query.

    Could you please provide temporary wp-admin access?

    Best Regards,
    8Theme’s Team

    Avatar: TheOne
    TheOne
    Participant
    May 22, 2024 at 12:52

    In private

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2024 at 13:13

    Hello, TheOne,

    We appreciate your prompt response.

    We kindly request that you insert the following code into your website. Please navigate to Theme Options, then select Theme Custom CSS, and finally, choose Global:

    @media only screen and (min-width: 1200px) {
        .postid-12460 .container {
            max-width: 1170px !important;
        }
    }

    Best Regards,
    8Theme’s Team

    Avatar: TheOne
    TheOne
    Participant
    May 22, 2024 at 13:54

    This is only for that specific blog post, i thought the code was for every post ?

    Why isn’t the image on that link in private go center (i set it to center in post edit)?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 22, 2024 at 14:25

    Hello, TheOne,

    1/ Custom CSS code was for that specific post, in case you want to apply it for all posts, please change this .postid-12460 to .single-post

    2/

    .single-post .wp-block-image .aligncenter {
        text-align: center;
    }

    Best Regards,
    8Theme’s Team

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

You must be logged in to reply to this topic.Log in/Sign up

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.