Hey,
could you give the Quick CSS to define a small distance from the logo to the side edge in the header?
Best regards,
Nic
Hey Nicoletta_DUS!
Are you trying to move your logo over? If so then you could use this CSS.
.logo { left: 20px; }
If that’s not what your trying to do then take a screenshot and highlight your intentions so we can get a better idea.
Regards,
Elliott
Normally the logo is too close to the top and too close to the area below so that we always have to add an transparent part to the logo to get the right distance. I thought this is not the right way and it should be easier …
“.logo { left: 20px; } ” seems to be a distance only to the left side?
Hey!
You could use:
.logo a img {
padding: 10px 0;
}
Cheers!
Josue
okay, thx. only add in the quick css? and is there only a distance to the top but not to the next areax below?
Hi!
Please add following code to Quick CSS as well
.logo a img {
padding-top: 10px;
}
Regards,
Yigit
thx. but how do i get the distance to the bottom of the header?
regards,
nic
Hey!
Can you please post a screenshot showing the changes you would like to make and a link to your website so we can provide you an accurate custom CSS code?
If that is for logo, please use
.logo a img { padding-botom: 10px; }
Cheers!
Yigit
thx! it works – when i write bottom with double “t”. ;-)
.logo a img { padding-bottom: 10px; }