[Resolved] SVG Logo – Retina, Desktop & Mobile

Home Forums Support [Resolved] SVG Logo – Retina, Desktop & Mobile

Home Forums Support SVG Logo – Retina, Desktop & Mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #558625
    Danny

    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.

    #559212
    Danny

    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.

    #559232
    Tom
    Lead Developer
    Lead Developer

    Hi there,

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

    #559235
    Danny

    less spacing to the left

    #559549
    Leo
    Staff
    Customer Support

    Try this CSS:

    @media (max-width: 768px) {
        .mobile-header-navigation .mobile-header-logo img {
            padding-left: 0px;
        }
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.