Site logo

Archived topic

SVG Logo - Retina, Desktop & Mobile

4 replies · Started by Danny on April 23, 2018

Viewing posts 1–5 of 5

Hello,

I added an SVG logo. May I have some code to display on Retina, Desktop & Mobile screens, please? I am looking for the best practices solution. Currently, it's too small on mobile.

I figured out the sizing of both logos. I need help aligning the mobile-svg-logo padding on the left. I would like to have the same padding as the hamburger menu please.

Hi there,

It looks very similar to me - are you wanting to add more spacing to the left of it?

less spacing to the left

Try this CSS:

@media (max-width: 768px) {
    .mobile-header-navigation .mobile-header-logo img {
        padding-left: 0px;
    }
}
This archived topic is closed to new replies.