Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    In Website Custom CSS:

    div#section-padding {
        top: 40px;
    }
    .et_pb_section--fixed {
        top: 40px !important;
    }
    @media (max-width: 815px) {
    .et_pb_section--fixed {
        top: 65px !important;
    }
    }
    @media (max-width: 432px) {
    .et_pb_section--fixed {
        top: 90px !important;
    }
    }
    
    Thread Starter thekendrastudio

    (@thekendrastudio)

    It worked—Thank you, Ryan!!!

    Plugin Author rpetersen29

    (@rpetersen29)

    Great, glad that worked for you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner Covers Top Navigation’ is closed to new replies.