Hello I am working on a WordPress site, and I am trying to place a countdown shortcode just on my header.
What I have tried to do is to float this shortcode using CSS but the issue is it goes under my navigation header
This what I was applying
.mycodes{
position:absolute;
top : 0%;
right:42.5%;
padding-bottom : 10px;
}
I also applied this
z-index: -1;
After searching online, but the div and shortcode disappears
And the short code
[notdevice]<div class="mycodes">[flipclock]</div>[/notdevice]
This is the website so you will see what am talking about
I want it to show on the header instead of showing behind it
Someone please help