Home › Forums › Support › Page title/ Margin This topic has 5 replies, 3 voices, and was last updated 4 years, 10 months ago by Ying. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts May 24, 2021 at 8:15 am #1796250 Jan Hi David, I did manage to adjust the position of the page title using the following CSS code snipped: .entry-header h1, .page-header h1 { margin-left: -40px; margin-top: -40px; } Now I’d like to apply this to selective pages (e.g. page-id-6851). Where does the page-ID go in the generic code snipped in order to make that happen? Thanks, Jan May 24, 2021 at 9:33 am #1796340 LeoStaff Customer Support Hi there, Try this: body.page-id-9851 .entry-header h1, body.page-id-9851 .page-header h1 { margin-left: -40px; margin-top: -40px; } May 25, 2021 at 7:33 am #1797558 Jan Hi Leo, many thanks for getting back. I added the CSS code snipped to the Customizer and corrected the page-id (6851 instead of 9851) but the page title is not changing ;-( This may be because it is not a standard page but a “group” that we are editing (see screenshot). Any thought are much appreciated. Thanks, Jan May 25, 2021 at 9:12 am #1797697 YingStaff Customer Support Hi Jan, For the one you linked, you should be using postid-6851 not page-id-6851. In developer tool you’ll be able to find the exact ID in bodytag. https://www.screencast.com/t/VkUrNDvn4pl If you are still not sure, you can link us to all the pages you want to change, I can help you with the IDs. Let me know 🙂 May 26, 2021 at 11:50 pm #1799758 Jan Hi Ying, many thanks for getting back. Your explanations are extremely helpful and helped me solve the issue. Best regards to Vancouver (one of the best cities in the world), Jan May 27, 2021 at 8:10 am #1800450 YingStaff Customer Support No problems Jan! Glad it works now 🙂 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In