Hi, I have the following code installed in theme.css to make the announcement bar sticky, however, it has made the last item in the menu unclickable. How could I fix this?
#shopify-section-header {
position: relative !important;
}
.announcement-bar{
position: fixed;
top: 0;
width: 100%;
z-index: 99;
}
.site-header{
top: 52px;
}
#PageContainer{
padding-top: 77px;
}
@media(max-width: 749px){
#PageContainer {
padding-top: 120px;
}
}
Thank you so much for the help, I appreciate it. Website: uvteeth.com