Home › Forums › Support › How do I add padding/margin to headings in my page hero header? This topic has 1 reply, 2 voices, and was last updated 3 years, 7 months ago by Leo. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 14, 2018 at 7:54 pm #701016 Sean I want to add left padding or margin to my headings “Red Hawks media” and “Conversion based web design” without affecting the position of my hero image that I have added as HTML. How do I achieve this? Thanks GeneratePress 2.1.4 October 15, 2018 at 9:36 am #701481 LeoStaff Customer Support Hi there, You can do with some very basic HTML and CSS like this: <h1 class="page-hero-title">Red Hawks Media</h1> Then CSS: h1.page-hero-title { padding-left: 20px; } Adding CSS: https://docs.generatepress.com/article/adding-css/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In