Hi,
The mobile version of my logo was initially aligned to the right. However, I'm now encountering a syntax error on line 4, leading to the logo overlapping with my photo, make it difficult to see.
CSS:
//logo on mobile
@media screen and (max-width: 640px) {
#blockid=97f5e9d103fbab98a3eb_shim" {
margin-top:-43%;
margin-left:30%;
margin-right: -2%;
}
}
Any assistance would be welcomed!