Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1193892

    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

    #1193936

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.