Home › Forums › Support › Title width This topic has 3 replies, 2 voices, and was last updated 5 years, 4 months ago by Ying. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts December 17, 2020 at 3:59 pm #1585077 Tomasz Hi, How can I make a title post (only) width the same as a post (content) width? I’m using the below element but I don’t know how to wrap up a title with html? In a mobile mode it’s OK but in desktop it’s too width – example provided. <h1 style=”color:#000000;” style=”text-align:center;”>{{post_title}}</h1> <h6 style=”font-size:12px;”>[wpseo_breadcrumb]</h6> Thank you, Tomasz December 17, 2020 at 5:25 pm #1585116 YingStaff Customer Support Hi Tomasz, Try the following steps: 1. Remove the page hero for single post. 2. Follow this article to add breadcrumb: https://docs.generatepress.com/article/adding-breadcrumbs/#using-hooks-element Replace generate_before_entry_title with generate_after_entry_title in step 3 of the article. 3. If you want the post titles centered, add this css: .single-post .entry-title { text-align: center; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Let me know 🙂 December 20, 2020 at 4:41 pm #1588568 Tomasz Hi Ying, It works. Thank you. Tomasz December 20, 2020 at 7:38 pm #1588635 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In