First, in simple banner custom css put:
z-index: 100000;
Then in Website Custom CSS put:
header#main-header:not(.et-fixed-header) {
padding-top: 43px;
}
That should fix your issue.
Thanks Ryan,
Any idea how to make it show below the header vs. at the very top of the site. It would be nice if you had a divi shortcode or module to select, to allow us to plug it in anywhere. Perhaps you do and I just don’t know how to use it!
Cheers,
Jack.
Hey Jack, in order to get it below the banner, get rid of everything i said above and in the Simple Banner Custom CSS section put
margin-top: 80px;
Though i imagine there may be some more custom site css needed to make it look good.
As for the second comment, unfortunately there is a wide variation in themes and plugins that people use on their WordPress sites. Each of them provide their own set of challenges and almost every time someone submits a support question it is a completely custom solution to their site. So, as a solo developer its much easier for me to provide you with a custom solution to fit your needs than to provide a option that doesn’t work for 10% of people and get 30 support questions following, which I quite frankly just wouldn’t have time for.
On the bright side, literally everything you can do on a webpage involves HTML, CSS, and JavaScript, all of which you can customize in the settings page. So any solution you want is achievable without me having to update the plugin.