This topic has 6 replies, 2 voices, and was last updated 5 months, 4 weeks ago ago by Rose Tyler
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.
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
In private
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
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)?
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
You must be logged in to reply to this topic.Log in/Sign up