Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #885336

    I can’t for the life of me figure out what I changed that caused this to happen. There is a bar at the top of my site, same color as the socket, that appears only in resolutions for tablet and mobile. Any idea on how this came about and how to get rid of it?

    #885349

    Hey ecdoesit,

    You can fix it adding this custom CSS code:

    @media only screen and (max-width: 769px) {
       #wrap_all {
        margin-top: -25px !important;
       }
    }
    

    Best regards,
    John Torvik

    #885363

    Much appreciated John! What’s odd is I didn’t need this before, but some theme setting I must have changed all of a sudden make it appear.

    #885589

    Hi,

    Thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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