Edit code in the templates

Hi!
Can you help me please to edit the code? I need to shift the logo-image a little bit lower. What should I do? I tried “margin-top”, but it didn`t work.

{$logos.mail.image.alt}

Thank you!

As far I can see a better solutions is to add css code into the template editor, if you send me by PM the link to your website I will provide you the css code

1 Like

Try to add this code into CSS editor

.ty-logo-container__image {
    margin-top: 10px;
}