• Resolved Camille Cody

    (@camille28804)


    We recently installed the Simple Banner plugin (2.4.3) and have been trying to get it up on our homepage but it doesn’t show – it only shows a white margin of about 40pixels above our slider. (Right now I am using a full-width button to act as a banner for our homepage, but would prefer Simple Banner so we can use banner announcements universally across all our site’s pages).

    Help figuring out why it won’t show?

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

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi, yes you’re going to want to change position of the banner to fixed. Then apply top margin to your header of 40px. If that doesn’t work exactly use 40px !important. Then in Website Custom CSS:

    
    div#page-container {
        padding-top: 110px !important;
        margin-top: 0px !important;
    }
    

    That should fix everything. Change the padding-top value if it additionally shows a white space below your header after you remove the full-width button. Let me know how that works out!

Viewing 1 replies (of 1 total)
  • The topic ‘Banner not showing’ is closed to new replies.