Take a look at this screenshot and not the chevron logo in the larger view is showing up correctly.
But gets squeezed on smaller viewports:

I’ve been futzing around with the Header template for an hour and can’t fix it.
Any ideas?
Thanks,
Mark
Take a look at this screenshot and not the chevron logo in the larger view is showing up correctly.
But gets squeezed on smaller viewports:

I’ve been futzing around with the Header template for an hour and can’t fix it.
Any ideas?
Thanks,
Mark
Hello Mark,
Thanks for writing in! You are having this issue because you have added this custom css something in the site:
@media screen and (max-width: 767px){
.x-image img {
max-width: 46%;
height: 73px;
}
}
Please remove this code block to resolve your issue. Regards.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.