Hello,
I am using this css:
.header-logo img {
max-width: 500px;
margin-left: -100px;
}
to make my logo header centered on Header 7 for Royal because it wants to push I have removed the left message box with this css:
.header .tbs span {
display: none !important;
}
my problem is when you go to smaller screen the logo image doesn’t need a margin-left: -100px because then its not centered. What css could I use to make it only have the margin left on a desktop?