Content area is too small
You need to edit your theme’s CSS to do this.
In style.css in your 2014 folder on line 1021:
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
margin: 0 auto;
max-width: 474px;
}
change 474px to whatever you want your content width to go up to. Or set it to 100% to stay full width.
Related Posts:
- Check what Gutenberg blocks are in post_content
- How do I insert a short tag after 350 words in post_content?
- If post content exists (any post content), do not display featured image
- replace control character ascii into page
- Get First paragraph only (from page)
- How to show NEW post content in post editor?
- How to get ‘post_content’ without stripping tags?
- Get post content from outside the loop
- post_content with line breaks
- Why is javascript allowed in my post content?
- Insert Custom HTML After Shortcode
- How to create WP Editor using javascript
- How to embed page content in a blog post
- WordPress REST API – JSON “Rendered” Content Incorrect
- Is it possible to handle a specific section of a post separately?
- Removing the title attribute from links in the post content
- Format content value from DB outside of WordPress filters
- How to display content from post_parent
- How to implement content from external database into WordPress text page? [closed]
- Search and replace in post content
- Get IDs of posts currently visible on archive
- Check if page/post has any anchors that link to an image jpg/gif/png
- Is there a better way to programmatically insert content into a page?
- Conditionally set post_content in wp_insert_post
- Double or Single Quotes in WordPress Content Conflicting With HTML
- wp_insert_post -> post_content not showing
- How to add content at the end of posts?
- Float images in content
- How to make search and replace in content through php
- Adding current user’s ID to the end of PDF hyperlinks in post content
- Is there a way to show only the text editor
- Password protection for page template
- Add predefined/default values to custom post plugin
- How to parse shortcodes within returned content
- Getting post content without the navigation
- Updating post content on the front end
- Where is the content cache when using apply_filters(‘the_content…?
- Which WordPress hook fires after post content loaded?
- Copy content stored in meta to post content
- How to filter post content and force every link () made in blocks to return urldecode() with readable value?
- current post index within content.php
- WP_Query() order by post content lenght?
- Bulk updates to post_content
- Show image exactly defined to a width
- WordPress: Loop Help
- Is there any way to get list of all possible filter hooks for all post types?
- How to wrap all titles generated by Gutenberg “Heading” block with tag
- wp_mail sending old content from post
- How to display the content HTML of a page without displaying the gallery code as well
- using query_posts to pull posts out of a category in a while loop. Getting odd echo
- Modifying post content with the_post action hook
- How to get post content from an array of ids?
- Display one post in different formats conditionally
- Strip HTML Tags From Search Results
- Query does not return content
- image resizing on post content without css and html tags
- How to display tags with post_content
- What is $post->pre_post_content exactly?
- Filter default_content only for products
- Website does not reflect changes on live after uploading files via FTP
- Delete/Replace words from X to Y in post content
- Issue with wp_insert_post() when post_content contains links?
- Custom posttype content metabox
- post_content is stripping HTML when adding a new post? [closed]
- displaying content of custom post type
- Query posts only with actual text content (not including shortcode or images)
- How to filter url on post submission?
- Removing Images from a WordPress Post
- Checking post content for a shortcode, but content is being returned as empty
- Custom content before post content
- REGEXP_REPLACE in post_contet
- ACF flexible content block not showing on live site (works locally)
- Is there a way to get rendered html content of a WP post after updating?
- Add data attribute of post_id for Internal links
- How delete post_content records of specific category from phpmyadmin
- How to get unmodified post content?
- how can i take wordpress post as embed?
- How do i truncate content length to 500 words?
- Some pages can’t be updated – post_content field not updating
- WordPress MySQL Search and replace with wildcard?
- Getting 400 Bad request Error when trying to open posts after updating to wordpress 5.0
- WordPress post_content gets deleted in cron after wp_update_post
- Gallery shortcode is empty but magically creates a gallery
- Media is not showing on post page
- Displaying Post Content on tooltip
- How can I extract or parse data from post contents’ shortcodes into an array?
- Retrieve content of page by URL Parameter
- add css to only body text
- SQL trigger failes with post_content
- Show only picture from post_content in custom RSS file
- Post content is cleared when updating
- If statement to check for post_content
- Add class to all parent elements inside the_content
- Copy url from post_content to custom field
- Post content not showing some content
- Get the excerpt of post_content
- Display post’s description and caption
- How to handle parent and child pages?
- Store custom post type with JSON content
- I tried to move the featured image below the paragraphs but now it is displaying twice