Anyone know how to get the logo to center horizontally here http://studio.modifyatl.com/ in IE?
Hey Brian,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width:989px) and (min-width:768px) {
.responsive .logo img {
margin: auto!important;
}
}
.logo img {
margin: auto!important;
}
Best regards,
Mike
Thanks Mike!