• Resolved breecrowder

    (@breecrowder)


    I’m looking to make the header on this page the same height as the header on this page. The image will be removed and be replaced with the website header, as seen in link two.

    Can I accomplish this with CSS?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter breecrowder

    (@breecrowder)

    Still looking for a solution for this. ??

    Hi @breecrowder,

    Apologies for the delay in reply! Automattic (the team behind Pictorico) were away at our annual company retreat last week, but we’re back and catching up on all the questions asked in our absence now. ??

    You could target that specific page via its unique page class: .post-536.

    The following custom CSS would set the height of the header to 220px (the same as the header on the home page):

    .post-536.has-thumbnail .entry-header {
        height: 220px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change Size of Header on ONE Page’ is closed to new replies.