Hello… There is a black bar between sections on the provided page (between detect and respond sections) as well at below the menu on mobile. I checked and cannot locate where that bar is coming from. I need to remove them. Can you please advise? Thanks
Hey brockwatson,
Add this to quick css:
#respond{
margin-top:0px!important;
}
And for mobile:
@media only screen and (max-width: 767px){
.sticky_placeholder{
display:none!important;
}}
Best regards,
Jordan Shannon