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.
Thank you!
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.
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
Try to add this code into CSS editor
.ty-logo-container__image {
margin-top: 10px;
}