• Resolved Peterzee

    (@peterzee)


    When I had my site rebuilt, I didn’t provision with the dev that when a page title is suppressed, the header padding should be reduced. It’s mostly a problem on these case-study/projects pages. How can I specifically do this for my /projects pages?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey @peterzee,

    Each WordPress post type has their own class in body so you can use that to target the page:

    .single-projects .header-post-case-study .header-row {
      padding-top: 217px; // Change it to whatever you want.
    }

    You can add it to your website from Apperance > Customize > Custom CSS, in your WordPress dashboard.

    Hope it helps!

    Thread Starter Peterzee

    (@peterzee)

    That totally nailed it — thanks!

    Good to know, cheers!

    • This reply was modified 1 week, 2 days ago by Hardeep Asrani. Reason: typo
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.