• Resolved SirPumpkin

    (@sirpumpkin)


    Hey,

    first of all thank you for the great theme, I really enjoy it.

    While I like the big header on the front page of my website, I would prefer to have a smaller, more minimal header only on blog posts / pages. Is this possible and if so, how?

    Thank you for your help.

Viewing 1 replies (of 1 total)
  • Theme Author Hardeep Asrani

    (@hardeepasrani)

    Hey,

    Try adding the following CSS to your WordPress, using Advanced CSS Editor plugin, to see if it works:

    .single .jumbotron,
    .page .jumbotron {
        padding: 50px 20px !important;
    }

    Hope it works. 🙂

    Regards,
    Hardeep

Viewing 1 replies (of 1 total)

The topic ‘Smaller header on blog posts / pages possible?’ is closed to new replies.