# Blog post

To customize individual blog posts, navigate to a blog post and click on the **Blog post section** in the theme editor.&#x20;

<figure><img src="/files/E8ma01WAGCKhdsxM1EzL" alt=""><figcaption></figcaption></figure>

### **1. S**ection settings:

* **Content width:** Adjust the width of the blog post content: **Custom:** Set a specific content width, **Page width or Full width padded.**
* **Custom content width** (Only applies when "Custom" is selected): You can further refine the content width using: **Small, Medium** and **Large**.
* **Image width**: Controls the width of the featured blog post image: Page width, Full width padded, Full width.

### 2. Block settings:

* **Title block**: controls the visibility and placement of the blog post title.
  * **Size**: allows you to adjust the font size of the blog title to match your design preferences.
  * **Content alignment:** Adjusts the alignment of the title (Left or Center).
  * **Show tags:** Displays blog post tags, helping users browse related topics.
  * **Show author**: Displays the author's name.
  * **Show date**: Shows when the post was published.
  * **Show excerpt**: Displays a brief summary of the post (if provided).
* **Featured image block**: If this block is not added, the featured image will not be displayed.
  * **Desktop height**: Choose how tall the image appears on desktop (Adapt to Image, Small, Medium, Large).
  * **Mobile height**: Adjusts the image height on mobile devices (Adapt to Image, Small, Medium, Large).
* **Content block**: Displays the full content of the blog post. This block must be included for the post content to be visible.
* **Share block**: allows visitors to share blog posts across different platforms.
  * **Text:** Customize the default "Share" text.
  * **Sharing options:**
    * **Share on Facebook**: Adds a quick-share link to Facebook.
    * **Tweet on X**: Allows users to share the post as a tweet.
    * **Pin on Pinterest**: Enables users to pin the post’s featured image.
    * **Share by Email**: Opens the default email app to send a link.
    * **Share by Link**: Provides a direct link for easy sharing.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.byinspiredlabs.com/blog-post.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
