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?
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
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.