Hi there!
There are two custom snippets that you need to add in order to expand the width of posts and pages on your site.
The first is as follows:
@media screen and (min-width: 768px) {
.blog .hentry, .archive:not(.post-type-archive) .hentry, .search .hentry, .single-post .hentry, .single-post .Idea-area, .single-post .post-navigation, .single-post .entry-content {
width: 1000px;
}
}
The second specifically targets single posts:
@media screen and (min-width: 768px) {
.single-post .entry-content {
float: left;
width: 1000px;
}
}
One of the most straightforward ways to add CSS is to install Jetpack and then enable its custom custom CSS module. You can then navigate to Appearance > Edit CSS and copy/paste CSS there:
https://jetpack.com/support/custom-css/
(Alteatively, you can set up a child theme or <a href="https://wordpress.org/plugins/search.php?
q=custom+css">activate a standalone CSS plugin.)
Let me know which of the above routes you decide to go down and if you hit any blockers on the way.
برچسب:
نویسنده: استخدام کار