• Resolved wpclee

    (@wpclee)


    How can i make the hero image/top parallax section longer on subpages? I don’t see where the code to change the section height is and the image doesn’t change to fit when i change the padding in the css.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author NimbusThemes

    (@nimbusthemes)

    Thanks for reaching out, I am happy to help.

    You can edit the padding that is being set in the file js/public.js

    Let me know if you need anything.

    Theme Author NimbusThemes

    (@nimbusthemes)

    Actually, try this CSS code under Appearance – Customize – Custom CSS

    section.subpage-banner.parallax_active {
        padding-top: 200px !important;
        padding-bottom: 200px !important;
    }

    This way, you won’t have to edit the JS file.

    Thread Starter wpclee

    (@wpclee)

    Thank you, this works!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Make subpage hero image longer’ is closed to new replies.