Home › Forums › Support › Full Width Background Color For Headings This topic has 7 replies, 3 voices, and was last updated 3 years, 5 months ago by Ying. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 7, 2022 at 9:49 am #2405127 MMS Hi, Is it possible to format headings i.e. H2 to be center aligned with a solid background color similar to the example in the following link? I’ve looked in the usual settings but wonder if this is a custom CSS thing? https://imgur.com/a/BWuGrPJ Thanks November 7, 2022 at 10:41 am #2405200 LeoStaff Customer Support Hi there, Not sure if I fully understand. Can you link me to the example page so I know exactly what you are trying to achieve? November 7, 2022 at 11:14 am #2405234 MMS Here is the example page with the H2’s with a full width colored background. https://www.matthewwoodward.co.uk/seo/on-page/internal-link-building/ November 7, 2022 at 11:35 am #2405268 YingStaff Customer Support Hi Simon, Can you show us your site with the H2? It can’t go full width likely because the content container has paddings set. You would likely use CSS to add negative margin left and margin right to offset the paddings. November 7, 2022 at 11:41 am #2405279 MMS Hi, Here is a link to my site/post with H2’s as they are currently. Sorry, by full width I mean the full width of the text content container as in the example site above. https://makemesustainable.com/nespresso-recycling-bin/ November 7, 2022 at 11:47 am #2405290 YingStaff Customer Support You don’t have container padding set, then you only need CSS to add the color: .single-post h2 { background-color: lightblue; padding-top: 20px; padding-bottom: 20px; text-align: center; } Change the lightblue to the color code you want. November 7, 2022 at 12:02 pm #2405304 MMS Thanks, Thats exactly what I was after. November 7, 2022 at 12:44 pm #2405336 YingStaff Customer Support You are welcome 🙂 Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In